Link to home
Create AccountLog in
Avatar of dukiejc99
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
SOLUTION
Avatar of ray-solomon
ray-solomon
Flag of United States of America image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Avatar of Brad Brett
I have checked your code and it work after you fill all the fields, what web browser are you using?
Avatar of dukiejc99
dukiejc99

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.
ASKER CERTIFIED SOLUTION
Link to home
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.
SOLUTION
Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
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.