[edited by: jatar_k at 3:25 pm (utc) on April 8, 2003]
[edit reason] delinked [/edit]
<FORM METHOD=POST ACTION="http://www.yourdomain.com/cgi-bin/formmail.cgi">
<input type=hidden name="recipient" value="email1@yourdomain.com, email2@yourdomain.com">
<input type=hidden name="subject" value="Widgets">
<input type=hidden name="required" value="email">
<input type=hidden name="redirect" value="http://www.yourdomain.com/confirmation.html">
Be sure to rename formmail.cgi to something else to prevent hackers from finding it and remember to change the name in the <form> tag also.
It is a good idea to quote all attributes like "hidden".
Other than that, I don't see anything wrong. You do have the closing </form> tag, right?
I also thin kit's easier to set up than the MSA script, but that's just my opinion.
Allen
Allen thanks for the link. I didn't know about nms-cgi. Matt's script was offered by my hosting service so I just used it. That's probably pretty common, eh? Nice to know there is something better out there.