This is probably simple, but I'm not a programmer & haven't been able to figure it out.
I'm using FormMail (v1.92) from Matt's Script Archive to process a simple form for a client. The resulting page prints the field names & values for every field, including the Submit button. That same info is sent in the notifying email, also.
Is there a way to eliminate the submit button info from the email? I'll work up a new page for the user to be directed to, but my client is picky about stuff & I'd like to eliminate Submit:Submit from the emails he receives to avoid confusion.
The easiest way to do that is to remove the 'name=xxx' from the submit button in your HTML doc. Then it will not get sent. This MIGHT, however, cause a problem for your script.
Bookmarks