When a PHP Feedback form is sent, the resulting email contains some unnecessary fields (like the Submit button value for instance). Is it possible to omit certain fields from appearing in the emailed form?
Also, as I do a lot of forms for various clients, I am interested in the PHP Form Action, but am unsure of exactly what it can do for me. Can anyone elaborate?
If the submit button is called ‘submit’ then the code should automatically ignore it when collating the data for the email. if you are finding this isn’t the case post a link and I’ll take a closer look at the HTML.
Regards,
Tim.
On 13 May 2011, at 11:16, Sly wrote:
When a PHP Feedback form is sent, the resulting email contains some unnecessary fields (like the Submit button value for instance). Is it possible to omit certain fields from appearing in the emailed form?