Created
January 11, 2017 17:57
-
-
Save nfriend21/4f4f92ee9e44605b2402966b330975b7 to your computer and use it in GitHub Desktop.
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="field"> | |
<label for="inquiry_selling_on_marketplaces">Have you sold your art on marketplace websites like Etsy, Fine Art America, 500px, etc?</label> <i class="fa fa-asterisk required"></i> | |
<select id="inquiry_selling_on_marketplaces" name="inquiry[dynamic_fields][selling_on_marketplaces]"> | |
<option value="" selected="">Please Select</option> | |
<option value="No">No</option> | |
<option value="Yes">Yes</option> | |
</select> | |
</div> | |
<div class="field"> | |
<label for="inquiry_selling_on_marketplaces">Do you also have your own website?</label> <i class="fa fa-asterisk required"></i> | |
<select id="inquiry_selling_on_marketplaces" name="inquiry[dynamic_fields][has_website]"> | |
<option value="" selected="">Please Select</option> | |
<option value="No">No</option> | |
<option value="Yes">Yes</option> | |
</select> | |
</div> | |
<div class="field"> | |
<label for="inquiry_website">If you have a website, please enter in your website address below:</label> | |
<i class="fa fa-asterisk required"></i> | |
<input id="inquiry_website" name="inquiry[dynamic_fields][website_address]" size="50" type="text" placeholder="www.yoursite.com"> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment