Something wrong with my code?
-
[text* First-Name placeholder "First Name*"] [text* Last-Name placeholder "Last Name*"] [email* Email placeholder "Email*"] [tel* Phone-Number placeholder "Phone Number*"] [text* street placeholder "Street*"] [text* city placeholder "City*"] [text* state placeholder "State*"] </label> [submit "Submit"] [acceptance acceptance-6 optional default:on] Receive a FREE 'Ultimate Guide To Selling Inherited Property' in my email. [/acceptance] </label> <style> .hidden { display: none; } input[type="text"], input[type="email"], input[type="tel"] { width: 105%; } input[type="submit"] { width: 60%; margin: 0 auto; display: block; background-color: white; color: black; } </style> <div class="hidden"> <label> [select default "Inherited"] <option value="Inherited" selected>Inherited</option> </select> </label> </div>Form wont submit, can you spot an error that would cause this?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Something wrong with my code?’ is closed to new replies.