Created
December 26, 2016 12:30
-
-
Save nareshdevineni/4d2b56352462b00c2d0e9245132b89e5 to your computer and use it in GitHub Desktop.
Contact form 7 - Type -1 Form
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 class="wpcf7-type-1"> | |
| <div class="one-of-two border-to-the-right"> | |
| <label class="accessibility" for="your-name"> Your Name (required)</label> | |
| [text* your-name placeholder "Name"] | |
| </div> | |
| <div class="one-of-two"> | |
| <label class="accessibility" for="your-email"> Your Email (required)</label> | |
| [email* your-email placeholder "email"] | |
| </div> | |
| <div class="one-of-one"> | |
| <label class="accessibility" for="your-subject"> Subject </label> | |
| [text your-subject placeholder "Subject"] | |
| </div> | |
| <div class="one-of-one"> | |
| <label class="accessibility" for="your-message"> Your Message </label> | |
| [textarea your-message placeholder "Message"] | |
| </div> | |
| <div class="one-of-one"> | |
| <label for="date-103"> Date </label> | |
| [date* date-103 placeholder "Date"] | |
| </div> | |
| <div class="one-of-one"> | |
| <label for="file-203"> Upload your resume </label> | |
| [file* file-203] | |
| </div> | |
| <div class="one-of-one"> | |
| <label for="menu-709"> Select your age </label> | |
| [select menu-709 "below 18" "above 18" "above 60"] | |
| </div> | |
| </div> | |
| [submit "Send"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment