Created
July 10, 2020 17:43
-
-
Save hsleonis/ad4fc4da3706cc433595c5d0708d7519 to your computer and use it in GitHub Desktop.
Contact form 7 with select
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div>[text* your-name placeholder "Name"]</div> | |
<div>[email* your-email placeholder "Email"]</div> | |
<div>[text* your-mobile placeholder "Mobile"]</div> | |
<div>[select* your-event first_as_label "Select an Event" "Brand Launch Exclusive"]</div> | |
<div>[submit "SUBMIT"]</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment