abstract:
This HTML form, when submitted, sends all the fields to a CSV file and my e-mail address.
How can I get the three variables from the PHP form to automatically appear in the three corresponding text areas of the HTML form?
Thanks,
Tom
Perhaps this is a PHP question, but it also involves my HTML form...if I need to post this in the PHP forum, let me know.
I have a PHP form with 3 fields AANAME, ABCOMPANY, AAEMAIL that are validated with a JAvascript function before being submitted using the "GET" method (POST seems to not work).
Upon validation, an HTML page opens with a FORM that includes a table with 3 text areas with the same field names as above, along with a section with many checkboxes. This HTML form, when submitted, sends all the fields to a CSV file and my e-mail address.
How can I get the three variables from the PHP form to automatically appear in the three corresponding text areas of the HTML form?
Thanks,
Tom |