Keyless Entry Remote
close
close
Limited Time Offer! 15% Off Any 2 or More Key Fobs

Futura Auto | Request Information

Want To Know More?

Request a call today to make sure this machine is right for you.

We Are The Experts

Unmatched, expert support for ANY keyless remote issue. We've got your back!

Need Help?

Stay In The Know

Sign up for Keyless Entry Remote's News, Sales, and Deals.

Join Our Mailing List

Programming Instructions

Remote & Transponder Key Programming Instructions for over 5,000 vehicles!

Find Yours
'; } else { output = '
Thank you. We\'ve received your feedback and will respond shortly.
'; //reset values in all input fields $("#contact_form input[required=true], #contact_form textarea[required=true]").val(''); $(".form-inner").hide(); //hide form after success } $("#contact_results").hide().html(output).show(); }, 'json'); } }); //reset previously set border colors and hide all message on .keyup() $("#contact_form input[required=true], #contact_form textarea[required=true]").keyup(function() { if (!$.trim($(this).val())) { //if this field is empty $(this).parent('.form-field').removeClass('form-field--success').addClass('form-field--error'); ask_proceed = false; //set do not proceed flag } else { $(this).parent('.form-field').removeClass('form-field--error').addClass('form-field--success'); } //check invalid email var email_reg = /^([\w-\.]+@([\w-]+\.)+[\w-]{2,4})?$/; if ($(this).attr("name") == "customer_email" && !email_reg.test($.trim($(this).val()))) { $(this).parent('.form-field').removeClass('form-field--success').addClass('form-field--error'); ask_proceed = false; //set do not proceed flag } $("#contact_results").hide(); }); });