Can you have the subject line on the email that is generated pull from the fields that are filled out on the form? For instance have the company name show up in the subject instead of "phpFormGenerator - Form submission".
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You can change the subject field in the mail function to any value or variable your wish.
The mail finction is in your processor.php and you can find many tutorials online for the php mail function.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Can you have the subject line on the email that is generated pull from the fields that are filled out on the form? For instance have the company name show up in the subject instead of "phpFormGenerator - Form submission".
You can change the subject field in the mail function to any value or variable your wish.
The mail finction is in your processor.php and you can find many tutorials online for the php mail function.