How do you add a label to dropdown menu?
-
Hello,
I’d like to add a label to my dropdown menu similar to how the Name, Email, and Subject fields are labeled. I’ll admit I’m quite new to Contact Form 7 and html:
Can someone let me know what to add in order to create a label for the dropdown that says “Please select what service you are interested in”?
Thank you so much. Complete form code below:
<div class="wpcf7-inline-wrapper"> <p class="wpcf7-inline-field"><label for="First-name" class="wpcf7-inline-field">Name*</label> [text* first-name id:first-name placeholder "First Name"]</p> <p class="wpcf7-inline-field"><label for="email" class="wpcf7-inline-field">Email*</label> [email* email id:email placeholder "Email"]</p> </div> <p class="wpcf7-inline-wide"><label for="Subject" class="wpcf7-inline-field">Subject</label> [text subject id:subject placeholder "Subject"]</p> [select* menu-378 multiple "Brand Copywriting" "Travel Writing" "General Inquiries"] <p><label for="your-message">Your Message</label> [textarea your-message id:your-message placeholder "Your Message"]</p> [submit class:btn class:btn-default class:btn-block class:btn-lg class:btn-circle class:btn-inherit class:font-weight-500 "Submit Message"]
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How do you add a label to dropdown menu?’ is closed to new replies.