I'm having this issue, and have applied the session time fix and commented out the
code in chronocontact.php. I'll await results from my testers, er, form submitters, to see if the problem persists. There are no <form> tags in the form code.
Running Joomla 1.5.9 and version 3.1 of Chronoforms.
While I am doing that, I wanted to see if there's any issues with use of the <fieldset> tag...I use a lot of them for formatting and organization on my long form, located here:
http://www.steelecooperativepreschool.org/index.php?option=com_chronocontact&chronoformname=admission_form_09
I'd suspect this isn't an issue, but wanted to throw it out there, in case it hadn't been considered....
//if(!JRequest::checkToken()){
//echo "You are not allowed to access this URL";
//return;
//}
code in chronocontact.php. I'll await results from my testers, er, form submitters, to see if the problem persists. There are no <form> tags in the form code.
Running Joomla 1.5.9 and version 3.1 of Chronoforms.
While I am doing that, I wanted to see if there's any issues with use of the <fieldset> tag...I use a lot of them for formatting and organization on my long form, located here:
http://www.steelecooperativepreschool.org/index.php?option=com_chronocontact&chronoformname=admission_form_09
I'd suspect this isn't an issue, but wanted to throw it out there, in case it hadn't been considered....