Forms with Radio, Checkbox, DropDown Menus won’t submit
-
Since I changed my website to a new theme, I can’t get any forms to submit if they include radio buttons, checkboxes or dropdown menus.
If you follow the link to the page where I need help, you see two forms. The first is this and submits correctly every time.
<label> Contact [text* contact] </label> <label> Email [email* your-email] </label> [text select1 "Yes"] [text select2 "Yes"] [text select3 "Yes"] [submit "Submit"]
The second form below the line is from this code below. When you click submit, the wheel spins and it never finishes. There is one each of radio, checkbox and a dropdown, but the same issue happens in any combinations of these. It also occurs in both Chrome and Safari. Any ideas why this happens?
<label> Contact [text* contact] </label> <label> Email [email* your-email] </label> [radio select1 "Yes" "No"] [checkbox select2 "Yes" "No"] [select select3 include_blank "Yes" "No"] [submit "Submit"]
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Forms with Radio, Checkbox, DropDown Menus won’t submit’ is closed to new replies.