Get your free 30-day Trial Key instantly.
Thank you.
If you'd like to speak to our licensing team:
",
};
// var for form 1b
var trialLicenseHbsptOptions_form_1b = Object.assign({}, trialLicenseHbsptOptions_form_1a);
trialLicenseHbsptOptions_form_1b.formId = "8c54dcae-960c-4452-b83c-06affb378052";
trialLicenseHbsptOptions_form_1b.target = "#trial-license-after-download .place_holder--form_1b";
// var for form 2
var trialLicenseHbsptOptions_form_2 = {
region: "na1",
portalId: "22630553",
formId: "febf5e33-1edd-45f9-b9b0-6ead75fb1b9a",
locale: "en",
cssClass: "trialFormTwo",
target: "#trial-license-after-download .place_holder--form_2",
inlineMessage: "
",
onFormSubmitted: function ($form, data) {
// setCookie("stopFlag", "1", 1);
setLocalStorageIfTrialSubmitted();
// Trigger HubSpot goal
trigger_goal('second_trial_form_submitted');
$(".hubspot-form__form-wrapper").css("display", "none");
$("#trial-license-after-download .hubspot-form__thank_you").css("padding-top", "60px").show();
// Specific to modal #trial-license-after-download
$("#trial-license-after-download .hubspot-form__thank_you section.formright_submitted").css("display", "block");
$("#trial-license-after-download .hubspot-form__thank_you").css("display", "block");
$("#trial-license-after-download .trial-license__action-title").css("display", "none");
$("#trial-license-after-download .trial-license__action-features-single, #trial-license .trial-license__action-features-single").css("display", "none");
// Specific to modal #trial-license
$("#trial-license .trial-license__action-title").css("display", "none");
},
};
var selector = document.querySelector("#hubspot-form__form__trial-license-after-download");
const modalSelector = document.querySelector("#trial-license-after-download");
modalSelector?.addEventListener("shown.bs.modal", function() {
embedCustomHubspotForm(selector, trialLicenseHbsptOptions_form_1a);
embedCustomHubspotForm(selector, trialLicenseHbsptOptions_form_1b);
embedCustomHubspotForm(selector, trialLicenseHbsptOptions_form_2);
}, { once: true });
});