Test Post

Table of Contents

This is an example of a dynamic, templated ad.

This is an example of a dynamic, templated ad.

015B0546.NEF

Key Insights


hbspt.forms.create({
portalId: “263750”,
formId: “6338d928-2466-4b61-9955-b504f67048f6”,
region: “na2”,
target: “#hubspot-form-container”,
// Fires AFTER the submission has actually persisted in HubSpot — safe to redirect here
onFormSubmitted: function($form, data) {
// data.submissionValues is keyed by internal field name
var selectedValue = data.submissionValues[’employer_vs_employee’];

// Options A & D: redirect to the PPC thank-you page
if (selectedValue === “I’m interested in offering Access Perks to my people.” || selectedValue === “Other”) {
window.location.href = “https://accessperks.com/ppc-thank-you”;
return;
}

var formContainer = document.getElementById(‘hubspot-form-container’);
var messageContainer = document.getElementById(‘custom-thank-you-message’);
var messageHTML = ”;

// Option B: Access Perks member
if (selectedValue === “Access Perks member”) {
messageHTML = ‘

Thanks for reaching out!

‘ +

For questions related to using your discount program, please contact our Member Services team anytime at 1-877-408-2603 or email us at cs@memberweb.com.

‘;
}
// Option C: Offer product/service
else if (selectedValue === “Offer product/service”) {
messageHTML = ‘

Thanks for your submission!

‘ +

If you\’d like to offer your product or service on our discount platform, please visit this page to submit your information: merchants.accessdevelopment.com/enroll.

‘;
}

if (messageHTML) {
formContainer.style.display = ‘none’;
messageContainer.innerHTML = messageHTML;
messageContainer.style.display = ‘block’;
}
}
});

Sign up to our newsletter for news, tips, and ideas.

This is an example of a dynamic, templated ad.

This is an example of a dynamic, templated ad.

015B0546.NEF

Ready to learn more?

Recognize your people, reward them with real value, and watch your culture Ascend.

Request your 20-minute demo

See how Access Perks Ascend combines manager-driven recognition with rewards your employees can spend on the nation’s largest private discount network.