PDA

View Full Version : Oooops!


jhona
03-03-2002, 03:34 PM
Thought my thread would come out in text form, not html! This is the trouble I have with the script:FORM ACTION="http://www.huntingtonhomepages.com/cgi-bin/you/form.cgi" METHOD="post" how do I get the form to my mail box

aym
03-04-2002, 06:55 AM
If you want the form to be sent to your inbox use:

<FORM METHOD = "post" ACTION = "mailto:youremail@domain.ext">

jhona
03-04-2002, 04:41 PM
thanks for the snippet, but found a great form site that lets you build what you want, for free! here is the plug:
http://www.freedback.com
got just what I needed, and learned from the script
jhona