Click to See Complete Forum and Search --> : Trying to create a sign up sheet


daisiesnduckies
10-10-2003, 02:23 PM
And am having NO luck whatsoever!!!! I've tried using javascripts mailing list, but when you click on sumbit, it won't send the filled out form to my email address, it only sends a blank email!

I am completely clueless when it comes to this stuff! :confused: Is there a way I can create a bunch of text boxes, and have what's in those text boxes submitted to my email address????

Thanks for any help you can give me! I truly appreciate it!

~Angie~

Khalid Ali
10-11-2003, 09:48 AM
make sure your form element looks like this

<form id="form1" action="mailto:yourEmail@mail.com" onsubmit="" method="post" enctype="text/plain">

you cna add as many controls in the form and once submitted it will send the data to provided email address