FORM EMBED:
The 2025 State of Online Payments Report
Get the latest trends in online and mobile bill payments, based on insights from 2,042 Americans.
MktoForms2.loadForm("//discover.invoicecloud.com", "887-TII-015", 1018, function(form) {
//Add an onSuccess handler
form.onSuccess(function(values, followUpUrl) {
// Take the lead to a different page on successful submit, ignoring the form's configured followUpUrl
location.href = "https://invoicecloud.net/wp-content/uploads/2021/02/IC_EB_Millennial-Policyholders_02-26-21.pdf";
// Return false to prevent the submission handler continuing with its own processing
return false;
});
});