I won’t go into a lot of detail here because even though I used the Contact Form 7 plugin for the online demo, you may have a different plugin that you use. However, in reference to the theme’s demo site, I will make this very easy by giving you the code I used for the form I made:
<p><label>Your Name</label>[text* name class:form-control placeholder "Name"]</p> <p><label>Email Address</label>[email* email class:form-control placeholder "Email"]</p> <p><label>Subject</label>[text* subject class:form-control placeholder "Subject"]</p> <p><label>Comments or Questions</label>[textarea* comments x5 class:form-control placeholder "Your Comments"]</p> <p>[submit class:small class:button "Submit"]</p>
If you make your own form(s), you can apply the custom style classes like I have in the form code above for your own form, although that is optional.
- For all input types, excerpt the submit button, add the class form-control
- For the submit button, add the class button and also small (if you want a small button)
NOTE If you need more information about adding radio buttons, checkboxes, select lists, etc., you can submit your questions to the support forum. I will be adding custom form tutorials soon.