dukiejc99
asked on
PHP form with radio buttons not working
Hi,
I have a simple form with 2 items having radio buttons for choices. I'm not getting any errors but the form is not sending.
Below is my code. Any help would be appreciated.
Thanks indextest.php
I have a simple form with 2 items having radio buttons for choices. I'm not getting any errors but the form is not sending.
Below is my code. Any help would be appreciated.
Thanks indextest.php
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
I have checked your code and it work after you fill all the fields, what web browser are you using?
ASKER
Medo3337,
I'm using Firefox 3.6. I do get the message that the email has been sent but I actually never gets the email.
I'm using Firefox 3.6. I do get the message that the email has been sent but I actually never gets the email.
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
@dukiejc99: One more thing, if you are trying to execute the code on local server, the server is probably rejecting the email (you may be using dynamic IP address).
You can try to execute your code on web server that has static IP address.
You can try to execute your code on web server that has static IP address.
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
I'm still not getting any email sent. I'm not testing this locally but have it uploaded to a web host. I have another form on the same site that works fine so not sure why this one won't work.