I created a form with my own form code that I pasted into the the Form HTML section. I then added my own form processing code in the "On Submit Code - after sending form" section.
My form works fine in Google Chrome. Everything is perfect. But when I load my site in any other browser (except Safari), they won't load the form page. They load all the other page from the site, but not the form page.
http://www.1cabn.org (still under construction).
Please help. Thanks.
My form works fine in Google Chrome. Everything is perfect. But when I load my site in any other browser (except Safari), they won't load the form page. They load all the other page from the site, but not the form page.
http://www.1cabn.org (still under construction).
Please help. Thanks.
Hi averagejoe77,
Looks like something is broken in the Form HTML.
Please temporarily set Error Reporting to Maximum in the site Global Configuration | Server | Server Settings and see if you get a useful error message.
Bob
Looks like something is broken in the Form HTML.
Please temporarily set Error Reporting to Maximum in the site Global Configuration | Server | Server Settings and see if you get a useful error message.
Bob
Thanks Grey,
There was an error in the template. The external javascript files had a typo in them that caused all browsers to not render that one page except for webkit browsers. Instead of using the <script></script> tag pair, I was using <script... /> and that was the problem.
Thanks again, and this component is really great. Fantastic job with it. Keep up the good work, and I will look forward to more updates and newer components.
There was an error in the template. The external javascript files had a typo in them that caused all browsers to not render that one page except for webkit browsers. Instead of using the <script></script> tag pair, I was using <script... /> and that was the problem.
Thanks again, and this component is really great. Fantastic job with it. Keep up the good work, and I will look forward to more updates and newer components.
This topic is locked and no more replies can be posted.