CampusLogin Forms
CampusLogin allows you to set your own thank you page URL for each of your lead forms.
To do this you simply have to add the following to your lead form url:
&thankyouurl=
After the equal sign (=) simply enter the url of your desired thank you page.
Here is a sample CampusLogin form:
http://www.leadcenter.ca/Contacts/Web/LeadTemplate.aspx?tid=760&orgId=3800&SchoolId=3801&CampusID=380101
And here is the form with the &thankyouurl entered:
http://www.leadcenter.ca/Contacts/Web/LeadTemplate.aspx?tid=760&orgId=3800&SchoolId=3801&CampusID=380101&thankyouurl=http://www.demoschool.ca/success.aspx
This will send users to your thank you page after filling out your lead form.
If you are loading your lead form in an iframe, you must add this script anywhere on your thank you page:
<script type="text/javascript">
if (top!= self) top.location=self.document.location;
if (top.location.href != location.href) top.location.href = location.href;
</script>
This will make your thank you page load overtop of the entire page, and not within your iframe window.
If your thank you page url contains a question mark (?) or an ampersand (&) please use their HTML equivalent:
? = %3F
& = %26
So if your thank you page url looked like this:
http://www.demoschool.ca/thankyou.aspx?id=1234&page=4321
Then the url you would use in the form would be:
http://www.demoschool.ca/thankyou.aspx%3Fid=1234%26page=4321
You can see both the question mark and ampersand have been replaced with their HTML equivalent from above.
Form Posting
If you are form posting your leads into CampusLogin, you are able to use your own form code to control the thank you page.
If you are unable to setup your own thank you page for your form, you are able to post the thank you page url to CampusLogin and CampusLogin will forward leads to your thank you page.
Just add the following hidden field to your form post:
<input name="RedirectURL" type="hidden" id="RedirectURL" value=""/>
If you have any questions please contact CampusLogin technical support at support@greatexposure.com or 888-747-6813.