I created a signup form in CC and added it to my site. When a user successfully subscribes, I need it to redirect them to another page on my site. I found this page: https://developer.constantcontact.com/docs/signup-forms-tools/signup-form-code.html I see the "url" parameter in there, but it's not clear how you use it. Do I just add it in the javascript section after the postURL like so? var postURL = 'https://visitor2.constantcontact.com/api/signup'; url = 'http://mysite.com/success.htm';
... View more