Page 1 of 1

FormBuilder 0.4.4 Errors When Submitting Form

Posted: Sat Dec 01, 2007 12:31 am
by skateoroma
When I submit a form I receive a smarty error for each field created in the form.  The form data is sent correctly via email, and the submission form appears correctly.  Any ideas?

CMCMS 1.2 "Barbados"
FormBuilder 0.4.4

string(127) "Smarty error: [in temporary template line 5]: syntax error: unrecognized tag 'first_name' (Smarty_Compiler.class.php, line 590)" string(126) "Smarty error: [in temporary template line 6]: syntax error: unrecognized tag 'last_name' (Smarty_Compiler.class.php, line 590)" string(130) "Smarty error: [in temporary template line 7]: syntax error: unrecognized tag 'email_address' (Smarty_Compiler.class.php, line 590)" string(126) "Smarty error: [in temporary template line 8]: syntax error: unrecognized tag 'address_1' (Smarty_Compiler.class.php, line 590)" string(126) "Smarty error: [in temporary template line 9]: syntax error: unrecognized tag 'address_2' (Smarty_Compiler.class.php, line 590)" string(123) "Smarty error: [in temporary template line 10]: syntax error: unrecognized tag 'state' (Smarty_Compiler.class.php, line 590)" string(126) "Smarty error: [in temporary template line 11]: syntax error: unrecognized tag 'zip_code' (Smarty_Compiler.class.php, line 590)" string(130) "Smarty error: [in temporary template line 12]: syntax error: unrecognized tag 'phone_number' (Smarty_Compiler.class.php, line 590)" string(127) "Smarty error: [in temporary template line 13]: syntax error: unrecognized tag 'age_range' (Smarty_Compiler.class.php, line 590)"

Re: FormBuilder 0.4.4 Errors When Submitting Form

Posted: Sat Dec 01, 2007 1:54 am
by Nullig
Have you tried clearing the cache in the Admin module?

Nullig

Re: FormBuilder 0.4.4 Errors When Submitting Form

Posted: Mon Dec 03, 2007 7:28 pm
by skateoroma
I just tried it but it didn't work.  I receive the same errors.

FormBuilder 0.4.4 Errors When Submitting Form

Posted: Mon Dec 03, 2007 7:46 pm
by skateoroma
I have a solution.  I changed my settings from

After form is submitted:  Display "Submission Template"

to

After form is submitted: Redirect to site page.

This suppresses the errors site users would see after submitting a form, and I will build a thank you page.  I hope someone has an actual fix or remedy for using the first option, because it's a real time saver, and I can include the form fields in my response page.

Thanks