Logout to URL feature request
-
The option for Redirect on Logout is to pages. I want the members to logout to the main website page which would require an URL redirect. So I thought that you might consider this feature for an upcoming release.
Currently, as a work-around I have created a “Thank You for Visiting Page” with a meta refresh tag to redirect to an URL.
<meta http-equiv=”Refresh” content=”0; url=https://www.your-URL.com” />This works, so I am posting for others, but it’s not a preferred choice. NOTE: content=0 means redirect right away, but can be changed to reflect the number of seconds before redirect. So content=5, would show Thank You page for 5 seconds before redirecting. I also have a link to website on the Thank You page in case redirect fails.
- The topic ‘Logout to URL feature request’ is closed to new replies.