I recently created a form using phpformgenerator and after saving the form and downloading the zip file I extracted the processor.php file and found that none of the form data was located in it. So basically if I upload the form and try to use it I can see the whole form normally on the html page, but after submission I get an email that just says "Form data:" with nothing listed. Lemme know what I can do. Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Look for the field names in the form.htl file and manually add them to the processor.php file. It's either that or go back and create the form again, maybe you forgot to save in between steps or before you downloaded the form.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I recently created a form using phpformgenerator and after saving the form and downloading the zip file I extracted the processor.php file and found that none of the form data was located in it. So basically if I upload the form and try to use it I can see the whole form normally on the html page, but after submission I get an email that just says "Form data:" with nothing listed. Lemme know what I can do. Thanks.
Look for the field names in the form.htl file and manually add them to the processor.php file. It's either that or go back and create the form again, maybe you forgot to save in between steps or before you downloaded the form.