I just created a form with several sections with PHPform_generator, and love it! My only problem now is that I have two sections that have check-lists. I create the form in the generator with the items of the list in a particular order (example: dogs, cats, birds, fish, horses, farm animals, etc.).
When I finish and get the .zip file and upload my files to the server, the list is in a random order - not the one I created it (example: birds, horses, reptiles, cats, fish, dogs, etc.).
I need my check lists to be in the order I create them in. Is there a way to prevent this re-ordering of the lists from happening?
Thanks - C. Correa
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I just created a form with several sections with PHPform_generator, and love it! My only problem now is that I have two sections that have check-lists. I create the form in the generator with the items of the list in a particular order (example: dogs, cats, birds, fish, horses, farm animals, etc.).
When I finish and get the .zip file and upload my files to the server, the list is in a random order - not the one I created it (example: birds, horses, reptiles, cats, fish, dogs, etc.).
I need my check lists to be in the order I create them in. Is there a way to prevent this re-ordering of the lists from happening?
Thanks - C. Correa
Search for your options in the form.html file. Reorder the options the way you would like them to appear.