Thanks for the input, I appreciate the help. The form is located at
http://www.tetonvillagesports.com/rentreso.html
The problem was resolved after I finally realized the Submit button was outside of the form tags. Everything (other than terrible coding) is now going great....
User Profile
Collapse
-
-
php form not working with IE
Have a form that works with FF, Chrome but not working with any version of IE.
http://www.tetonvillagesports.net/reso.htm
the contact.php script is as follows:
...Code:<?php /* Set e-mail recipient */ $myemail = "rentals@example.com"; /* Check all form inputs using check_input function */ $group = check_input($_POST['group']); $yourname = check_input($_POST['yourname']);
Last edited by Atli; Dec 22 '09, 07:05 PM. Reason: Added [code] tags and replaced real email with an example.
No activity results to display
Show More
Leave a comment: