I vertically rearranged my questions. It worked for the form, but the answers came back via email in the incorrect order. Address1 was really company name etc. I can probable re-create entirely & it will work fine, but no as nice as if they correctly moved locations.
Thanks,
Lance
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This is a known bug. Sorry but if you don't order your entries right the first time then you'll have to do one of two things.
1.) Start over.
2.) Manually correct the form and processor.php files.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
In the new 3.0 generator if you start a form and then decide to change the order of fields there is some risk that the form will not work properly. This is a known issue.
If you are editing your completed form then you must keep the same numbering scheme used when the form was created. The processor.php file will expect to see the same number associated with the same form input fields.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I vertically rearranged my questions. It worked for the form, but the answers came back via email in the incorrect order. Address1 was really company name etc. I can probable re-create entirely & it will work fine, but no as nice as if they correctly moved locations.
Thanks,
Lance
This is a known bug. Sorry but if you don't order your entries right the first time then you'll have to do one of two things.
1.) Start over.
2.) Manually correct the form and processor.php files.
When rearranging the input fields, is it necessary to change the field number, i.e.
Reserving for Event: " $_POST['field_12'] . "
to
Reserving for Event: " $_POST['field_1'] "
and then renumber the rest of the fields?
Tom
In the new 3.0 generator if you start a form and then decide to change the order of fields there is some risk that the form will not work properly. This is a known issue.
If you are editing your completed form then you must keep the same numbering scheme used when the form was created. The processor.php file will expect to see the same number associated with the same form input fields.