top of page
IMG_0840.jpg

ORAGUARD 2815 Warranty Registration

Customer Details

Dealership and Installer Details

Is the Installer and ORAFOL + KPMF Certified Installer?

Vehicle Details

ORAGUARD 2815 PPF Coverages

Material Used Required
Coverage Required

Thanks for submitting!

bottom of page
$w.onReady(function () { $w('#submitButton').onClick(() => { const timestamp = Date.now(); const randomNum = Math.floor(Math.random() * 1000); const registrationCode = `REG-${timestamp}-${randomNum}`; // Display the registration code to the user $w('#registrationCodeText').text = `Your registration code is: ${registrationCode}`; // Optionally, save the registration code to a database // wixData.insert('RegistrationCodes', { code: registrationCode }) // .then(() => { // console.log('Registration code saved'); // }) // .catch((err) => { // console.error('Error saving registration code:', err); // }); }); });