Tagged: contact form, dropdown, module, wrap
- This topic has 9 replies, 3 voices, and was last updated 1 year, 8 months ago by
Terry Hale.
-
-
25 September 2021 at 3:09 am #1269
-
25 September 2021 at 3:09 am #1271
-
25 September 2021 at 3:10 am #1272
-
25 September 2021 at 3:10 am #1273
-
25 September 2021 at 3:11 am #1274::
Tap the “Schedule Consultation” button and the form comes up.
https://jonathang53.sg-host.com/unleash-coaching/
-
25 September 2021 at 3:12 am #1275::
You appear to have written your form questions inside the form fields instead of using the intended field titles. The text inside the fields are meant to be extra prompts; not the main question. Remove the “display: none” on the titles, and the text will wrap as it should (see screenshot).
-
25 September 2021 at 3:13 am #1277
-
-
-
-
25 September 2021 at 3:14 am #1278
-
25 September 2021 at 3:15 am #1280::
Believe it or not, the Divi code for the contact form is actually doing that on purpose. It writes a label (hidden) for the dropdown, but instead of making the label on a dropdown visible, it sets the first dropdown option as the title, much like it sets the placeholder for text fields as the title.
The best you can do without waiting for ET to change this behavior is to style the label for the dropdown as visible. But that just duplicates the option title text (and moves the down arrow up!).
With making the label visible, moving the down arrow down, and a bit of jQuery to remove the title option, it could be fixed.
-
25 September 2021 at 3:15 am #1281
-
- You must be logged in to reply to this topic.