Request Price ListIf you would like to receive our price list, please provide the following info. *Please note that we provide the price list to corporate buyers and/or shop owners only.

 
First Name
Last Name
E-mail Address
E-mail Address (confirmation)
Company / Organization
URL
Country
$("#country").attr("required", ""); $("#country option:first-child").attr("disabled","").val("").hide();
Product(s) of Interest
$("#chk_privacy-1").attr("required", ""); $("#chk_privacy-1").next("span").html('I accept conte’s PRIVACY POLICY');
var checked = $('#chk_privacy-1').attr('checked'); if(checked == 'checked'){ $('.submitButton input').addClass('checked'); } var s = document.querySelector('.submitButton input'); window.checkAll = function(form) { if(form.checkValidity()){ s.classList.add('checked'); }else{ s.classList.remove('checked'); } }; var form = $('#mw_wp_form_mw-wp-form-89').children('form'); var input = form.children('input'); var select = form.children('select'); var textarea = form.children('textarea'); //$(input,select,textarea).attr('onBlur','checkAll(form)'); //$('#chk_privacy-1').attr('onChange','checkAll(form)'); $($('input[name="firstName"],input[name="lastName"],input[name="mail"],input[name="mailConf"],textarea[name="interest"],input[name="companyOrganization"],input[name="url"]')).each(function(){ $(this).attr('required','required').attr('onBlur','checkAll(form)').attr('onKeyUp','checkAll(form)'); });
PAGE TOP↑
PAGE TOP↑