PDA

View Full Version : Picky formmail question


Benson
01-03-1999, 04:31 AM
When formmail sends the form results via email, is there any way to squelch the line that looks like "Submit3: Submit"?

------------------
alba gu brath

Deb
01-03-1999, 04:50 AM
hmmm I'm not sure what you are referring to?

I don't see a line like that.. can you expand a bit.. and let us know the exact URL of the form .. thanks

Deb

Del
01-03-1999, 04:59 AM
Without seeing the actual form that generates that, I only have this guess at it:

It sounds like your submit element has a name. EG <input type=submit name=Submit3 value=Submit> The formmail script returns the value of all named elements, including the value of named buttons. Try changing it to <input type=submit value=Submit> and see if the problem line disappears.



------------------
Del
www.downinit.com/ (http://www.downinit.com/)

Benson
01-03-1999, 07:23 AM
This is the systemwide form processor that ya'll wired us with, Deb. When the script sends the email to me, the submit button is included with the rest of the data. I think maybe Del has the solution, I'll have to check after I get some zzzzz's.

------------------
alba gu brath

uniprosper
01-04-1999, 01:21 AM
I had the same problem, but then I tried Del's solution and it worked perfect after that.

Thanks,
Lee