Form fields displaying incorrectly
-
No matter what I seem to do, the third form line keeps appearing directly in line with the second. I did a googling and the best I could find is that it is a “theme problem” which is Greek to me.
Here’s the form:
https://giantsfootsurf.com/contact-form-test/And here is the code I am using.
<p>Your Name (required)<br /> [text* your-name] </p> <p>Your Email (required) [email* your-email] </p> <p>Dates (required)<br /> [text your-subject] </p> <p>Tour type (required) [select* Tour_choice include_blank "Beginner Tour" "Intermediate Training" "Boat Surf Tour"]</p> <p>Group size (required)<br /> [number* GroupSize min:1 max:12] <p>Any additional notes or questions?<br /> [textarea your-message] </p> <p>[mc4wp_checkbox "Sign-up for our newsletter. We send about"]</p> <p>three a year and there's always a deal included.<p> <p>[submit "Send"]</p>
I appreciate any suggestions.
- The topic ‘Form fields displaying incorrectly’ is closed to new replies.