Click to See Complete Forum and Search --> : FORMS!!!!"NEED HELP"


Jerrad
07-01-2005, 12:21 PM
Hi,
I am new to forms I have made one & I can't get it to e-mail me.


Here is the link to the page I want to e-mail me!
http://www.ddsquad.com/My_Homepage_Files/Page23.html[/URL]

If anyone could help me I would appreciate it!

P.S. I have looked @ all kinds of sites to help me & it still wont work!


Thanks,
Jerrad

pratik_learner
07-01-2005, 12:44 PM
see in the 'action' attribut of the form you have typed as ' action = "<http://www.response-o-matic.com/cgi-bin/rom.pl" '
which should be as ' action = "http://www.response-o-matic.com/cgi-bin/rom.pl" '

There is another alternative to your question
Instead of using a 3rd party script you can simply change the 'action' attribute and add another attribute to the FORM tag
change your form tag to :

<FORM action = "mailto:youID@yoursite.com" enctype = "text/plain">

</FORM>

This will send you a formatted e-mail of the selected choices and the personal details of the user without using a 3rd Party script or your own server-side script!

Sanim
07-01-2005, 02:10 PM
Why is this in the graphics forum!?

Jerrad
07-02-2005, 03:13 AM
To the first reply thanks I will try that ASAP!!!!

& to the second one I don't know I was not paying any attention my bad!SRY