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?