Click to See Complete Forum and Search --> : FormMail help, please


Aronya1
03-20-2003, 11:03 PM
Hi all,

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.

TIA
Aronya1

Nedals
03-20-2003, 11:30 PM
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.

Aronya1
03-20-2003, 11:52 PM
Thanks, nedals.

Seems to work just fine. I KNEW it had to be easy. Ironically, I tried the same thing with the 'value=xxx' part, but not the 'name='.

No doubt, I'll be back to whine about something else in the near future.

Many thanks.
Aronya1