Click to See Complete Forum and Search --> : Needing form help


Pamela
07-02-2003, 09:54 AM
Greetings!
I created a Registration Form for people to fill in and then send back to my email address once they have filled it out and click Submit Button.

I just can't get it to work! When I double check to see if it works, I fill out some of the form and click submit, a blank email does show up to send to me, but none of the registration info is in it. grrrrrrrrrrrrrrrrr

Here is the URL so you can view source and tell me where I have goofed.
http://www.angelfire.com/bug/afjw/AffiliateSignUp.html

Any help thrown this way would sure be appreciated
:D

pyro
07-02-2003, 10:00 AM
If you can use PHP on your site, I would recommend using that to process your form. Here's a form handler that you might be interested in: http://forums.webdeveloper.com/showthread.php?s=&threadid=9543#post48748

Khalid Ali
07-02-2003, 10:04 AM
your page seem to work for me..NS6+(moz1.3)

Pamela
07-02-2003, 10:18 AM
You said that it seemed to be working. Did you fill out the form and then clicked submit?

Pamela
07-02-2003, 10:22 AM
I checked out the coding. Is this how I should place it?

$to = "thestopnshop@aol.com";
$subject = "New Registration";
$headers = "From: Form Mailer";

Oh Man.....I feel so stupid

Pamela
07-02-2003, 10:24 AM
You said that it seemed to be working. Did you fill out the form and then clicked submit?

Wallykid
07-02-2003, 10:32 AM
well, a user will not know if it is working right? I mean the email is set to send to steve@executiveproductivity.com so only he can check the email to see if it works. However, if you change the action field, then thats a different story.

will this thing work if email is not setup on a particular machine?