 <div>
	<div class="row">
	   <div class="intro-label col-md-12">
			<img class="size-full wp-image-7695 alignleft" src="https://thedarkroom.com/shop/wp-content/themes/thedarkroom2015/img/printer-icon.svg" alt="printer icon" width="32" />You will need a printer for order form and mailing label
		</div>
    </div> <!--row-->
    <div class="row">
	    
    <div class="label-form-left col-md-6">
    	<h2><span class="large-number">1</span>Create Order Form &amp; Mailing Label</h2>
    
		<div id="offline-order-form">
		  <form method="POST" action="">
			<input type="hidden" name="redirect_to" value="https://thedarkroom.com/shop/order-form-and-mailing-label/"/>
			<span class="gfield_required">* Required Fields</span>
            <p class="form-row form-row-wide"> 
			<label for="full_name">Name<span class="gfield_required">*</span></label>
			<input name="full_name" class="required" type="text" placeholder="Name" value=""/>
            </p>
            <p class="form-row form-row-wide">             
			<label for="address1">Address<span class="gfield_required">*</span></label>
                <input name="address1" class="required" type="text" placeholder="Address 1" value="" maxlength="32"/>

            </p>

            <p class="lcity form-row form-row-wide">
                  <label for="CustomerCity">City<span class="gfield_required">*</span></label>
                  <input name="city" type="text" class="required" placeholder="City" value="" maxlength="28"/>
			</p>
			<p class="lstate form-row form-row-first"><label for="CustomerState">State<span class="gfield_required">*</span></label>
				<input name="state" class="required" type="text" placeholder="State" value=""/>
			</p>
          
			<p class="lzip form-row form-row-last">
				<label for="zip">Zip code<span class="gfield_required">*</span></label>
				<input name="zip" type="text" class="required" placeholder="Zip Code" size="7" value=""/>
			</p>
            <p class="form-row form-row-wide">             
			<label for="email">Email</label>
			<input name="email" class="email" type="text" placeholder="me@myworld.com" value=""/>
            </p>
            <p class="form-row form-row-wide">             
			<label for="phone">Phone</label>
			<input name="phone" class="phone" type="text" placeholder="555 555-5555" value=""/>
			</p>
			<div style="clear:both;"></div>
			<div class="button-wrap">
				<a id="create-label-n-order-form" class="red-btn button" onClick="ga('send', 'event', { eventCategory: 'Pay By Mail', eventAction: 'Create Label & Order Form', eventLabel: 'Form', eventValue: 10});" href="#download-modal-panel">Create Label & Order Form</a>
			</div>
            <div style="clear:both;"></div>

		</form>
	  </div><!--#offline-order-form-->
    </div><!--label-from-left col-md-6-->
    
     <div class="label-form-right col-md-6">
    	<h2><span class="large-number">2</span>Prepare &amp; Mail Your Order</h2>
		<p>Follow instructions on mailing label and order form.</p>
        <ol>
        <li>Attach mailing label to a 6"x9" padded envelope.<br />Follow USPS instructions on mailing label.</li>
        <li>If you prepaid online, include a copy of the receipt or write down your order number and include it with your film.</li>
        <li>If you are using the order form, insert order form, payment &amp; film</li>
        </ol>
        
        <img src="https://thedarkroom.com/shop/wp-content/themes/thedarkroom2015/img/mail-img.png" alt="mail-img" width="728" height="430" class="alignnone size-full wp-image-4655">
    
       </div><!--label-from-right col-md-6-->
 
    
	</div><!--row-->
    
	<div id="download-modal-panel" class="lightbox" style="text-align:center">
	<h2>Your Custom Forms are Ready!</h2>
	<p>Get 'em below</p>
		<div class="button-wrap">
			<a class="button red-btn" href="" target="_blank" data-action="order-form">Get Order Form</a>
		</div>
        <br />
		<div class="button-wrap">
			<a class="button red-btn" href="" target="_blank" data-action="shipping-label">Get Mailing Shipping Label</a>
		</div>
	</div>

	<script type="text/javascript">
		jQuery(function($) {
			var url = "/app/themes/thedarkroom-child/get-order-form-n-label.php";
			$('#create-label-n-order-form').click(function() {
				var valid = true;
				var form = $('#offline-order-form form');
				form.find('.error-msg').remove();
				form.find('.required').each(function() {
					if(!$(this).val()) {
						$(this).after('<span class="error-msg">*This field is required</span>');
						valid = false;
						$('html, body').animate({ scrollTop: $('.entry-title').offset().top }, 'slow');
					}
				});
				if(valid) {
					$.featherlight($('#download-modal-panel'), {
						targetAttr: 'href',
						afterOpen: function() {
							$('.featherlight-content').find('#download-modal-panel a').each(function() {
								$(this).attr('href', url + '?action=' + $(this).data('action') + '&' + $('#offline-order-form form').serialize());
							})
						}
					});
				}
			});
		})
	</script>
</div>
<div class="row bottom-label-form">
    <h2>Other Resources</h2>
    <div class="bottom-label-form-left col-md-4 col-sm-12">
	    
	    
    <a href="/app/themes/thedarkroom-child/pdfs/Film-Developing-Form.pdf" onClick="ga('send', 'event', { eventCategory: 'Pay By Mail', eventAction: 'Download Form', eventLabel: 'Form', eventValue: 10});" target="_blank"><img src="https://thedarkroom.com/shop/wp-content/themes/thedarkroom2015/img/film-developing-download-form.jpg" alt="film-developing-download-form" width="174" height="125" class="alignnone size-full wp-image-4846" /></a>
<p><a class="red-btn" href="/app/themes/thedarkroom-child/pdfs/Film-Developing-Form.pdf" onClick="ga('send', 'event', { eventCategory: 'Pay By Mail', eventAction: 'Download Form', eventLabel: 'Form', eventValue: 10});" target="_blank">Download Blank Order Form</a></p>

	</div>
   	<div class="bottom-label-form-right col-md-4 col-sm-12 offset-md-1 offset-sm-0">

<a href="/app/themes/thedarkroom-child/pdfs/Shipping-Label.pdf" onClick="ga('send', 'event', { eventCategory: 'Pay By Mail', eventAction: 'Download Label', eventLabel: 'Form', eventValue: 10});" target="_blank"><img src="https://thedarkroom.com/shop/wp-content/themes/thedarkroom2015/img/video-label-small.jpg" alt="video-label"  width="173" height="125" class="alignnone size-full wp-image-4847" /></a>
<p><a class="red-btn" href="/app/themes/thedarkroom-child/pdfs/Shipping-Label.pdf" onClick="ga('send', 'event', { eventCategory: 'Pay By Mail', eventAction: 'Download Label', eventLabel: 'Form', eventValue: 10});" target="_blank">Download Shipping Label</a></p>
<p>Use for international shipping or large packages</p>
	</div>
</div> <!--row-->
{"id":30,"date":"2015-03-03T18:38:09","date_gmt":"2015-03-04T02:38:09","guid":{"rendered":"http:\/\/thedarkroom.com\/?page_id=30"},"modified":"2020-08-09T08:44:56","modified_gmt":"2020-08-09T15:44:56","slug":"order-form-and-mailing-label","status":"publish","type":"page","link":"https:\/\/thedarkroom.com\/shop\/order-form-and-mailing-label\/","title":{"rendered":"Order Form and Mailing Label"},"content":{"rendered":"\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"open","ping_status":"open","template":"","meta":[],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v20.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Order Form and Mailing Label<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/thedarkroom.com\/shop\/order-form-and-mailing-label\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Order Form and Mailing Label\" \/>\n<meta property=\"og:url\" content=\"https:\/\/thedarkroom.com\/shop\/order-form-and-mailing-label\/\" \/>\n<meta property=\"og:site_name\" content=\"The Darkroom Photo Lab\" \/>\n<meta property=\"article:modified_time\" content=\"2020-08-09T15:44:56+00:00\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/thedarkroom.com\/shop\/order-form-and-mailing-label\/\",\"url\":\"https:\/\/thedarkroom.com\/shop\/order-form-and-mailing-label\/\",\"name\":\"Order Form and Mailing Label\",\"isPartOf\":{\"@id\":\"https:\/\/thedarkroom.com\/shop\/#website\"},\"datePublished\":\"2015-03-04T02:38:09+00:00\",\"dateModified\":\"2020-08-09T15:44:56+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/thedarkroom.com\/shop\/order-form-and-mailing-label\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/thedarkroom.com\/shop\/order-form-and-mailing-label\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/thedarkroom.com\/shop\/order-form-and-mailing-label\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/thedarkroom.com\/shop\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Order Form and Mailing Label\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/thedarkroom.com\/shop\/#website\",\"url\":\"https:\/\/thedarkroom.com\/shop\/\",\"name\":\"The Darkroom Photo Lab\",\"description\":\"For over 45 years, The Darkroom Photo Lab has specialized in quality film developing\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/thedarkroom.com\/shop\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Order Form and Mailing Label","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/thedarkroom.com\/shop\/order-form-and-mailing-label\/","og_locale":"en_US","og_type":"article","og_title":"Order Form and Mailing Label","og_url":"https:\/\/thedarkroom.com\/shop\/order-form-and-mailing-label\/","og_site_name":"The Darkroom Photo Lab","article_modified_time":"2020-08-09T15:44:56+00:00","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/thedarkroom.com\/shop\/order-form-and-mailing-label\/","url":"https:\/\/thedarkroom.com\/shop\/order-form-and-mailing-label\/","name":"Order Form and Mailing Label","isPartOf":{"@id":"https:\/\/thedarkroom.com\/shop\/#website"},"datePublished":"2015-03-04T02:38:09+00:00","dateModified":"2020-08-09T15:44:56+00:00","breadcrumb":{"@id":"https:\/\/thedarkroom.com\/shop\/order-form-and-mailing-label\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/thedarkroom.com\/shop\/order-form-and-mailing-label\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/thedarkroom.com\/shop\/order-form-and-mailing-label\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/thedarkroom.com\/shop\/"},{"@type":"ListItem","position":2,"name":"Order Form and Mailing Label"}]},{"@type":"WebSite","@id":"https:\/\/thedarkroom.com\/shop\/#website","url":"https:\/\/thedarkroom.com\/shop\/","name":"The Darkroom Photo Lab","description":"For over 45 years, The Darkroom Photo Lab has specialized in quality film developing","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/thedarkroom.com\/shop\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/thedarkroom.com\/shop\/wp-json\/wp\/v2\/pages\/30"}],"collection":[{"href":"https:\/\/thedarkroom.com\/shop\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/thedarkroom.com\/shop\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/thedarkroom.com\/shop\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/thedarkroom.com\/shop\/wp-json\/wp\/v2\/comments?post=30"}],"version-history":[{"count":0,"href":"https:\/\/thedarkroom.com\/shop\/wp-json\/wp\/v2\/pages\/30\/revisions"}],"wp:attachment":[{"href":"https:\/\/thedarkroom.com\/shop\/wp-json\/wp\/v2\/media?parent=30"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}