Campaign Unsubscribe - FP Advance

Campaign Unsubscribe

I’ve heard you loud and clear. If a confirmation message is not displayed below, please click the button to complete the opt-out process.

Unsubscribing. Please wait …

document.addEventListener(“DOMContentLoaded”, function(){
var button = document.getElementById(‘gform_submit_button_20’);
var para = document.getElementById(‘unsubInProgress’);
if(button == null){
button = document.querySelector(“form input[type=’submit’].gform_button”);
}
button.click();
button.style.display = “none”;
para.style.display = “block”;
});