May 2nd, 2012, 11:19 AM
Hi karks88,
Curious! So I looked through the code and did a few tests and everything does seem to be working properly. I was careful to insulate the main functionality of form processing (like email notifications) as much as I could from the actual templates, to allow as much customization as possible without causing problems, but it's still possible there's a glitch somewhere along the line.
Two questions:
1. I see you've tested your email template - good! Q: does the "Event Trigger" option on the Edit Email Template -> Configuration subtab have the "On submission" checked? Emails won't get send out unless that's checked.
2. When you edit your form in the Form Builder, are there only two pages listed on the "Preview Page" line at the top: ("1" and "Thanks") or do you see more?
Also, I see there's a JS error on your form page, relating to fancybox - a JS script for displaying images in dialog windows. It's automatically included by the Form Builder code. This is almost certainly unrelated, but it would nice to fix it anyway, just to eliminate it.
I think it may be caused by multiple jQuery's being included in the page. Any chance you could remove this line?
The Form Builder template already includes version 1.5.1 of jQuery. I'm not sure if that would cause problems with your custom code in the page (?).
Let me know about the answers to #1 & #2 above and we'll go from there!
- Ben
Curious! So I looked through the code and did a few tests and everything does seem to be working properly. I was careful to insulate the main functionality of form processing (like email notifications) as much as I could from the actual templates, to allow as much customization as possible without causing problems, but it's still possible there's a glitch somewhere along the line.
Two questions:
1. I see you've tested your email template - good! Q: does the "Event Trigger" option on the Edit Email Template -> Configuration subtab have the "On submission" checked? Emails won't get send out unless that's checked.
2. When you edit your form in the Form Builder, are there only two pages listed on the "Preview Page" line at the top: ("1" and "Thanks") or do you see more?
Also, I see there's a JS error on your form page, relating to fancybox - a JS script for displaying images in dialog windows. It's automatically included by the Form Builder code. This is almost certainly unrelated, but it would nice to fix it anyway, just to eliminate it.
I think it may be caused by multiple jQuery's being included in the page. Any chance you could remove this line?
Code:
<script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js'>
The Form Builder template already includes version 1.5.1 of jQuery. I'm not sure if that would cause problems with your custom code in the page (?).
Let me know about the answers to #1 & #2 above and we'll go from there!
- Ben