Quantcast
Channel: Topliners: Message List
Viewing all articles
Browse latest Browse all 3418

Re: How to handle unsubscribe with JavaScript disabled

$
0
0

Thanks for the responses. I'm able to update Eloqua properly with the global unsubscribe. However, because the Eloqua action page that handles the form utilizes JavaScript for the redirect, I can't redirect the user to another page after they unsubscribe. The source for the Eloqua form handler page (...eloqua.com/e/f2) contains something like this, which of course requires JS enabled:

 

<script type='text/javascript'>
    document.location.href = '...unsubscribe-success';
</script>

 

Any ideas for a workaround?


Viewing all articles
Browse latest Browse all 3418

Trending Articles