Last active
May 12, 2016 18:07
-
-
Save nfriend21/c8b8ef76d2ee8cda07c63a5bad2af685 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 id="asf_flash_container" class="asf-flash-container"> | |
</div> | |
<div class="asf-standard-form-precontent"> | |
<h1>Request a Demo</h1> | |
<p> | |
If you are an artist/photographer, please keep in mind that we only onboard 20 customers per month and are very selective about who we bring onboard. Therefore, if you cannot provide a valid phone number where we can contact you to discuss your art business, please do not request a demo. | |
</p> | |
</div> | |
<div class="asf-standard-form-container"> | |
<form accept-charset="UTF-8" action="http://www.artstorefronts.com/inquiries" class="asf-standard-form new-inquiry" id="new_inquiry" method="post"> | |
<input id="inquiry_reseller_id" name="inquiry[reseller_id]" type="hidden" value="1"> | |
<input id="inquiry_inquiry_source" name="inquiry[inquiry_source]" type="hidden" value="demo_form"> | |
<input type="hidden" name="inquiry[dynamic_fields][redirect_url]" value="http://blog.artstorefronts.com/artist-demo-prep-confirmed/"> | |
<div class="field"> | |
<label for="inquiry_source">Type of Business</label> | |
<select id="inquiry_source" name="inquiry[inquiry_source]"> | |
<option value="master_demo_form" selected>I'm an Artist / Photographer</option> | |
<option value="art_gallery_demo_form">I'm an Art Gallery</option> | |
<option value="print_studio_demo_form">I'm a Print Studio</option> | |
</select> | |
</div> | |
<div class="field"> | |
<label for="inquiry_name">Name</label> | |
<i class="fa fa-asterisk required"></i> | |
<input id="inquiry_name" name="inquiry[name]" size="30" type="text" style=""> | |
</div> | |
<!-- REQUIRED FIELDS --> | |
<div class="field"> | |
<label for="inquiry_email">Email</label> | |
<i class="fa fa-asterisk required"></i> | |
<input id="inquiry_email" name="inquiry[email]" size="30" type="text" style=""> | |
</div> | |
<div class="field"> | |
<label for="inquiry_phone_number">Phone number</label> | |
<i class="fa fa-asterisk required"></i> | |
<input class="" data-options="disable-for-touch: true" data-tooltip="" id="inquiry_phone" name="inquiry[phone]" placeholder="e.g. 555-555-5555" size="30" type="text" style=""> | |
</div> | |
<!-- /REQUIRED FIELDS --> | |
<div class="field submit-form"> | |
<input class="" id="create_inquiries" name="commit" type="submit" value="Send"> | |
</div> | |
</form> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment