EBOO Full Spectrum UV Lease Program Starter Bundle
What's Included in Your Shipment: EBOO Full Spectrum UV Device (remains property of O3UV through duration of lease) Clinic Cart 10 sets of EBOO Disposable Kits including all tubing, filters, and canisters (only sold as 10 packs) Lessee Name: Lessee Email: Sign EBOO Lease Agreement Please note that a signed lease agreement must be received before products are shipped. $("#submit").click(function(e) { //jQuery("#message").html(""); var lessee_name=$("#lessee_name").val(); var lessee_email=$("#lessee_email").val(); if(lessee_name=="" || lessee_email=="") { $("#message").html('You must fill out all of the fields.'); } else { $.ajax({ url:"https://hooks.zapier.com/hooks/catch/5963600/2y695my/", data: {lessee_name:lessee_name, lessee_email:lessee_email, lessee_role: "Lessee"}, success: function(e) { $("#message").html('Request Submitted! You should receive an email from Docusign where you can review the contract.')