If you would like to change the webpage people are taken to after they take action on an issue, you can do that by inserting some javascript into your Action Completed page. Here is how to do that:
1. Go to the Action Completed step for your Advocacy Issue and then click on the Source icon to see the html view.
2. Copy the URL to the page you would like to redirect to, i.e. a donation page, tell a friend, etc.
3. Copy the javascript code below and replace the blue URL text with the URL to the new page
<meta http-equiv="refresh" content="0; URL='https://www.sampleurl.com'" />
Note: Technically, your activist is being directed to a completely different form. Because of that, they will be asked to verify their identity. To ensure that your activist does not need to click the "Is this you?" identity validation when reaching the donation page, be sure to include the &ckmem=T text after the URL of the form, but before the closing quotation marks. |
Comments
0 comments
Please sign in to leave a comment.