Quantcast
Channel: Topliners : All Content - All Communities
Viewing all articles
Browse latest Browse all 3423

How to handle unsubscribe with JavaScript disabled

$
0
0

I'm working on creating an unsubscribe page for those users with JavaScript disabled, but am not sure how to connect it to Eloqua. I've configured the current unsubscribe page with the following meta redirect, which redirects users with JS disabled to another unsubscribe page:


<noscript>
    <meta http-equiv="refresh" content="0; url="http://foo.com/unsubscribe-sans-js" />
</noscript>


Is there a way to configure it so that we can update a contact record without JS?


Viewing all articles
Browse latest Browse all 3423

Trending Articles