wallgood358
05-04-2005, 03:31 AM
I have written a questionare page in pure html, but got confused at the end as to how to have it sent to my email after someone fills it out? Can anyone help me out??
|
Click to See Complete Forum and Search --> : Form sending help wallgood358 05-04-2005, 03:31 AM I have written a questionare page in pure html, but got confused at the end as to how to have it sent to my email after someone fills it out? Can anyone help me out?? Brkwtzandrew 05-04-2005, 06:02 AM <form method="post" action="mailto:person@person.com"> <input type="radio" value="clicky" enctype="text/plain"> <input type="submit" value="Go"> </form> webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |