Quote:
Originally Posted by bananalive
Edit plugin: Easy Forms Part 1
Find:
PHP Code:
/*$newpost['prefixid'] =& '';*/
Replace:
PHP Code:
$newpost['prefixid'] =& '1';
Replace 1 with the appropriate prefixid
|
I Was receiving errors and couldnt even view the forms using these
$newpost['prefixid'] =& 'Ordered';
$newpost['prefixid'] =& Ordered;
Then I looked to see the others with $ signs.
I tried this and the error the error before trying to view the forms stopped
$newpost['prefixid'] =& $Ordered;
But i still receive the error
"Form failed to submit. The following error(s) occured:
You must select a thread prefix."