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)"
FormBuilder 0.4.4 Errors When Submitting Form
-
skateoroma
- Forum Members

- Posts: 25
- Joined: Sat Dec 01, 2007 12:00 am
FormBuilder 0.4.4 Errors When Submitting Form
Last edited by skateoroma on Mon Dec 03, 2007 9:20 pm, edited 1 time in total.
Re: FormBuilder 0.4.4 Errors When Submitting Form
Have you tried clearing the cache in the Admin module?
Nullig
Nullig
-
skateoroma
- Forum Members

- Posts: 25
- Joined: Sat Dec 01, 2007 12:00 am
Re: FormBuilder 0.4.4 Errors When Submitting Form
I just tried it but it didn't work. I receive the same errors.
Last edited by skateoroma on Mon Dec 03, 2007 7:46 pm, edited 1 time in total.
-
skateoroma
- Forum Members

- Posts: 25
- Joined: Sat Dec 01, 2007 12:00 am
FormBuilder 0.4.4 Errors When Submitting Form
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
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
Last edited by skateoroma on Mon Dec 03, 2007 9:19 pm, edited 1 time in total.
