
<div class="form-step">

	<div class="x-row x-container max width" style="text-align:center;">

		<div class="x-column x-sm">
			
			<form action="" method="post" name="step1" id="step1">
				<div class="x-column x-sm x-1-3">
					&nbsp;
				</div>
				<div class="x-column x-sm x-1-3">
					<div class="form-field">    
						<label>Email given in the quote <span class="red">*</span> :</label>
						<input type="email" id="email" name="email" placeholder="Email" required>
					</div>
					<div class="form-field">    
						<label>Your quote reference <span class="red">*</span> :</label>
						<input type="text" id="reference" name="reference" placeholder="Reference" value="" required>
					</div>
					<input type="hidden" id="lang" name="lang" value="en_US" style="display: none; visibility: hidden; opacity: 0;">
					<input type="hidden" class="error_msg" name="error_msg" value="Error e-mail or reference.<br>Accent or space are not accepted" style="display: none; visibility: hidden; opacity: 0;">
					<input type="hidden" name="action" value="send_form" style="display: none; visibility: hidden; opacity: 0;">
					<button type="submit">Next >></button>
					<div class="formResponse"></div>
				</div>
				
				<div class="x-column x-sm x-1-3">
					&nbsp;
				</div>
			</form>
			
			<form action="" method="post" name="step2" id="step2">
				<div class="row">
					<div class="x-column x-sm x-1-4">
						&nbsp;
					</div>
					<div class="x-column x-sm x-1-2">
						<div class="form-field" id="enteteBloc">
							<label>Invoice Header <span class="red">*</span> :</label>
							<textarea id="entete" name="entete" rows="8" cols="30" required></textarea>
							<p>Name + address that will show up on your bill<br />(Cannot be modified later)</p>
						</div>
						<div class="form-field" id="natelBloc">
							<label>Cellphone number of the contact person onsite <span class="red">*</span> :</label>
							<input type="text" id="natel" name="natel" placeholder="Phone number" value="" required>
						</div>
						<div class="form-field" id="email_comptaBloc">
							<label>Email of your accounting in cc :</label>
							<input type="email" id="email_compta" name="email_compta" placeholder="Optional" value="">
						</div>
						
						
						
						<div class="row" id="shippingBloc">
								
							<div class="form-field">
								<label>Delivery or Pick-up <span class="red">*</span> :</label>
								<select id="livraison_retrait" name="livraison_retrait" required>
									<option value="">---</option>
									<option value="Delivery">Delivery</option>
									<option value="Pick-up">Pick-up</option>
								</select>
							</div>
									
							<div id="livraisonBloc">
																<div class="form-field">
									<label>Event site address <span class="red">*</span> :</label>
									<input type="text" id="address_event" name="address_event" placeholder="Event site address" value="" required>
								</div>
									
								<div class="form-field">
									<label>Location type <span class="red">*</span> :</label>
									<select id="location_type" name="location_type" required>
										<option value="">---</option>
										<option value="Restaurant">Restaurant</option>
										<option value="Event room">Event room</option>
										<option value="At a private">At a private</option>
										<option value="Other">Other</option>
									</select>
									
									<input type="text" id="location_type_other" name="location_type_other" value="">
								</div>
								<div class="form-field">
									<label>Delivery preference <span class="red">*</span> :</label>
									<select id="horaire_livraison" name="horaire_livraison">
										<option value="">---</option>
										<option value="At your convenience">At your convenience</option>
										<option value="3-hour time slot defined 72 hours before the J day">3-hour time slot defined 72 hours before the J day</option>
									</select>
								</div>
								
								<div class="form-field">
									<label>Pick-up preference <span class="red">*</span> :</label>
									<select id="horaire_reprise" name="horaire_reprise">
										<option value="">---</option>
										<option value="At your convenience">At your convenience</option>
										<option value="The next working day">The next working day</option>
										<option value="At the end of the event +79.-HT">At the end of the event +79.-HT</option>
									</select>
								</div>
							</div>
							<div id="livraisonBloc2">
							<p>You will receive an email 72 hours before the day of the event containing a GPS link, access map and various other information.</p>
							</div>
							
						</div>
				
						<div class="form-field">
							<p>&nbsp;</p>
							<p>&nbsp;</p>
							<label>Signature block <span class="red">*</span> :</label>
							<div class='js-signature'></div>
							<p><a href="javascript:void(0);" id="clearBtn" style="color:red;" onclick="clearCanvas();">Effacer la signature</a></p>
						</div>
						<div class="form-field" id="cgvBloc">
							<input type="checkbox" id="cgv" name="cgv" value="Oui"> By signing this document, I validate this estimate and accept the <a style="font-size: 1.2em; text-decoration-line: underline; color: #16a085;" href="https://www.easyflash.ch/conditions-generales-easyflash/" target="_blank" rel="noopener">general conditions</a>.
						</div>
						<div class="form-field">
							<button type="submit">Confirm quote</button>
							<div class="formResponse"></div>
						</div>
						
						
					</div>
					<div class="x-column x-sm x-1-4">
						&nbsp;
					</div>
				</div>
				<input type="hidden" id="lang" name="lang" value="en_US" style="display: none; visibility: hidden; opacity: 0;">
				<input type="hidden" class="error_msg" name="error_msg" value="Error e-mail or reference.<br>Accent or space are not accepted" style="display: none; visibility: hidden; opacity: 0;">
				<input type="hidden" id="email2" name="email2" value="" style="display: none; visibility: hidden; opacity: 0;">
				<input type="hidden" id="reference2" name="reference2" value="" style="display: none; visibility: hidden; opacity: 0;">
				<input type="hidden" id="signature" name="signature" value="" style="display: none; visibility: hidden; opacity: 0;">
				<input type="hidden" id="event_date" name="event_date" value="" style="display: none; visibility: hidden; opacity: 0;">
				<input type="hidden" id="company" name="company" value="" style="display: none; visibility: hidden; opacity: 0;">
			</form>
			
			
			

		</div>

	</div>


</div>
		


      
<div class="e106-1 x-section" id="step3">      
	<div class="e106-2 x-container max width">		
		<div class="e106-3 x-column x-sm x-1-1">		
			<div align="center" class="e106-4 x-text x-text-headline">
				<div class="x-text-content">
				<strong>Nous vous remercions, votre devis se trouve dans votre boîte mail.
				<br />Découvrez EasyEvents Group, le groupe qui réunit plusieurs sociétés spécialisées dans l’événementiel :</strong>
				<br /><br /><br />
				</div>
			</div>
			<div class="e106-10 x-container max width">				
				<div align="center" class="e106-11 x-column x-sm x-1-1">					
				<a class="e106-12 x-image" href="https://www.easyevents-group.ch" target="_blank">
				  <img alt="Image" src="https://www.easyflash.ch/wp-content/uploads/2018/03/Logo-EasyEvents-Print-2.png" width="300" height="300">
				</a>
				</div>
			</div>
		</div>
	</div>
</div>










{"id":6291,"date":"2022-01-28T13:30:06","date_gmt":"2022-01-28T12:30:06","guid":{"rendered":"https:\/\/www.easyflash.ch\/?page_id=6291"},"modified":"2022-01-28T13:30:06","modified_gmt":"2022-01-28T12:30:06","slug":"quote-confirmation","status":"publish","type":"page","link":"https:\/\/www.easyflash.ch\/en\/quote-confirmation\/","title":{"rendered":"Quote Confirmation"},"content":{"rendered":"\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":7,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"template-blank-4.php","meta":{"_mi_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"ngg_post_thumbnail":0},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v15.2.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Quote Confirmation - Easyflash<\/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:\/\/www.easyflash.ch\/en\/quote-confirmation\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Quote Confirmation - Easyflash\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.easyflash.ch\/en\/quote-confirmation\/\" \/>\n<meta property=\"og:site_name\" content=\"Easyflash\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\">\n\t<meta name=\"twitter:data1\" content=\"Maxime Alexandre\">\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\">\n\t<meta name=\"twitter:data2\" content=\"0 minutes\">\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.easyflash.ch\/#website\",\"url\":\"https:\/\/www.easyflash.ch\/\",\"name\":\"Easyflash\",\"description\":\"Easyflash, Cabine photo, Totem photo, Cabine Photobooth, Soir\\u00e9e photo, Photomaton, Geneve, Montreux, Suisse\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":\"https:\/\/www.easyflash.ch\/?s={search_term_string}\",\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.easyflash.ch\/en\/quote-confirmation\/#webpage\",\"url\":\"https:\/\/www.easyflash.ch\/en\/quote-confirmation\/\",\"name\":\"Quote Confirmation - Easyflash\",\"isPartOf\":{\"@id\":\"https:\/\/www.easyflash.ch\/#website\"},\"datePublished\":\"2022-01-28T12:30:06+00:00\",\"dateModified\":\"2022-01-28T12:30:06+00:00\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.easyflash.ch\/en\/quote-confirmation\/\"]}]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","_links":{"self":[{"href":"https:\/\/www.easyflash.ch\/en\/wp-json\/wp\/v2\/pages\/6291"}],"collection":[{"href":"https:\/\/www.easyflash.ch\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.easyflash.ch\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.easyflash.ch\/en\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/www.easyflash.ch\/en\/wp-json\/wp\/v2\/comments?post=6291"}],"version-history":[{"count":1,"href":"https:\/\/www.easyflash.ch\/en\/wp-json\/wp\/v2\/pages\/6291\/revisions"}],"predecessor-version":[{"id":15837,"href":"https:\/\/www.easyflash.ch\/en\/wp-json\/wp\/v2\/pages\/6291\/revisions\/15837"}],"wp:attachment":[{"href":"https:\/\/www.easyflash.ch\/en\/wp-json\/wp\/v2\/media?parent=6291"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}