|
|
|
#1 |
|
Messages: n/a
Hébergeur: |
I had this all working until I set the parameters for the form to redirect to
the thank you page. Now the checkbox won't validate! !http://www.insidertoursinc.com/release.html <form action="/gdform.php" method="post" name="terms" id="terms" onsubmit="return checkme();"> <input type="hidden" name="subject" value="Tour reservation from Website" /> <input type="hidden" name="redirect" value="thankyou.html" /> <table width="100%" border="0" cellpadding="0" cellspacing="4"> <tr> <td width="13%">Name: </td> <td width="87%"><input type="text" size="20" name="name" /></td> </tr> <tr> <td>Email: </td> <td><input type="text" size="20" name="email" /></td> </tr> <tr> <td colspan="2" align="center"><input name="Agreed to Terms" type="checkbox" id="Agreed to Terms" value="agree" /> I agree to the terms</td> </tr> <tr> <td colspan="2" align="center"><input type="submit" name="submit" value="Submit" /> <input type="reset" name="reset" value="Clear" /></td> </tr> </table> </form> |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
> name="Agreed to Terms" > type="checkbox" id="Agreed to Terms" change the name/id to something without blank spaces. "Agree_to_Terms" -- Alan Adobe Community Expert, dreamweaver http://www.adobe.com/communities/experts/ |
|
![]() |
| Outils de la discussion | |
|
|