Last active
August 29, 2015 14:16
-
-
Save placidrod/20b46cdee98b50abdbb8 to your computer and use it in GitHub Desktop.
CF7 with Divi Theme
This file contains 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="chewy_pb_contact"> | |
<p class="clearfix"> | |
<strong><label class="et_pb_contact_form_label">Your Name</label></strong> | |
[text* your-name id:your-name class:input class:et_pb_contact_name class:chewy_input placeholder "Name"] | |
</p> | |
<p class="clearfix"> | |
<strong><label class="et_pb_contact_form_label">Your Email</label></strong> | |
[text* your-email id:your-email class:input class:et_pb_contact_email class:chewy_input placeholder "Email"] | |
</p> | |
<p class="clearfix"> | |
<strong><label class="et_pb_contact_form_label">Mobile No.</label></strong> | |
[text* phone id:phone class:input class:et_pb_contact_name class:chewy_input placeholder "Mobile No."] | |
</p> | |
<div class="clear"></div> | |
<p class="clearfix chewy-question-label"> | |
<p style="padding-bottom: .2em;"><strong><label class="et_pb_contact_form_label">Question One: </label></strong> | |
How many countries chewy junior is operating?</p> | |
[textarea* question-1 id:question-1 class:et_pb_contact_message class:input class:chewy_textarea placeholder "Answer Question One Here"] | |
</p> | |
<div class="clear"></div> | |
<p class="clearfix chewy-question-label"> | |
<p style="padding-bottom: .2em;"><strong><label class="et_pb_contact_form_label">Question Two: </label></strong> | |
What is the difference between normal/regular version donut and upgrade version Chewy Junior Donut?</p> | |
[textarea* question-2 id:question-2 class:et_pb_contact_message class:input class:chewy_textarea placeholder "Answer Question Two Here"] | |
</p> | |
[honeypot father-name] | |
[submit class:chewy_pb_contact_submit "Submit"] | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment