How can I redirect constituents from a PageBuilder page to something else?

Options

The standard HTML redirect will work on a Convio PageBuilder page:

    • Make sure to disable the WYSIWYG if you are using Internet Explorer 7 or higher. **

<meta http-equiv="Refresh" content="x; url=y">

where "x" is the number of seconds you want the browser to wait before redirecting and "y" is the URL you are redirecting the end user to. For example:

<meta http-equiv="Refresh" content="0; url=http://www.convio.com/site/PageServer?pagename=prod_main">

If you were to put the example code above in a PageBuilder page's WYSIWYG, constituents who load that page would be immediately redirected to Convio's Product Page.Undo

Tagged:

Categories