Page redirect is helpful when you want to open an outside page (which is not part of your Wild Apricot website) directly from your menu. Sometimes, organizations might have several websites and they want to add a link to the menu of Wild Apricot site that will take them directly to the other website.
First, you need to create a new empty page. Next, insert the following script in the meta-tags > Raw Headers section of the page: (see meta tags section of page management)
<script type="text/javascript">
try
{
if (!top.adminpanel)
{
window.location = "http://www.redirect.site";
}
}
catch(e) {}
</script>
Change http://www.redirect.site to the url of the page you want to re-direct to.
Poetic Apricot (Matthieu)
http://twitter.com/PoeticApricot
Need help? Give me a call! 1-877-493-6090
Customization help isn't a service we provide; I will do my best to help you in the forums as time permits however I recommend consulting our partners