hello,
I am trying to set up a multi page form. it seems to work fine but when I submit the final form the whole site goes blank. an email is sent, but it still crashes. perhaps from the attempt to store all the info in the DB??
any help very appreciated
you can view the form here:
http://www.zeiglaw.com
if you need creds to login and admin - let me know
I am trying to set up a multi page form. it seems to work fine but when I submit the final form the whole site goes blank. an email is sent, but it still crashes. perhaps from the attempt to store all the info in the DB??
any help very appreciated
you can view the form here:
http://www.zeiglaw.com
if you need creds to login and admin - let me know
Hi samoht,
Looks like a dash problem
Dashes give ChronoForms and MySQL problems. Please rename the input using only [a-z], [A-Z], [0-9] or underscore '_'. No dashes, spaces or other special characters.
Bob
Looks like a dash problem
[your-name] => your-name [if-married] => if-married [dependents] => dependents [city-state] => city-state
Dashes give ChronoForms and MySQL problems. Please rename the input using only [a-z], [A-Z], [0-9] or underscore '_'. No dashes, spaces or other special characters.
Bob
This topic is locked and no more replies can be posted.