Proven Subaru

Request a Brochure from Proven Subaru

Please fill in the form below and we will contact you shortly.

Security Check

Please complete the captcha.

 
 
Vehicle Details
 
Your Details
By providing your details above you are agreeing to being contacted by a representative of Subaru UK with more information about our vehicles and offers. Once submitted you will receive an email confirmation. This email will contain a link to our Preference Centre where you can control the marketing you wish to receive your preferred dealership as well as set your preference for offers and upcoming events.
').insertBefore($(this)); // 3s Delay for aesthetics only setTimeout(function() { // Update Fake Button Text done.text('Submitted!'); // Submit the form $this.parents('form').submit(); }, 3000); }); $('#addressFinder,#address,#address1,#town,#county,#postcode,#manuallyenteraddress').parent('div').addClass('form-address'); $('#brochureHardCopy').parent().addClass('brochureHardCopyWrap'); function checkbrochure() { if ( $('#brochureHardCopy').val() == '1' ) { $('#postcode').attr('required',true); $('.form-address').show(); } else { $('#postcode').attr('required',false); $('.form-address').hide(); } } checkbrochure(); $('#brochureHardCopy').change(checkbrochure); function validateEmail(email) { var re = /^(([^()\[\]\\.,;:\s@"]+(\.[^()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/; return re.test(String(email).toLowerCase()); } $('#manuallyenteraddress').click(function(){ $('.form-address input').attr({'readonly':false,'required':true}); $('#address1').attr({'readonly':false,'required':false}); $('.form-address label:not(:contains(" *"))').append(' *'); $('#address1').parent().find('label').html('Address Line 2'); $('#addressFinder').parent().addClass('hidden'); $('#addressFinder').attr({'required':false}); }) $('.new-model').click(function() { if($('#model').val() == 'workman') { $('.brochureHardCopyWrap').hide(); } else { $('.brochureHardCopyWrap').show(); } }); if($('a[data-key="workman"]').hasClass('active')) { $('.brochureHardCopyWrap').hide(); } else { $('.brochureHardCopyWrap').show(); }; $('#submitButton').append('');