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?