If you have a support question or comment, click the Post New Topic link below.
Current Version: 3.6.1 | Sytist Manual | Sytist Articles
Short Url
Please log in or Create an account to post or reply to topics.
I have created a single day booking page that has a description of my event and a book now button. I need to share that URL in an email and was hoping there is a way to create a short url that redirects to the page. On the page settings, there are instructions on changing the last element of the page url and instructions on redirecting an External Link. Maybe I don't understand this last feature. Is that for creating the short url? if not is their a way to create a short url taking clients to the page?
There is not really a short URL option. The redirect option is only from a list of galleries.
What you can do is create a new top level page with the name you want the URL to be (like Book so it is somewebsite.com/book).
Then in the Embed Video or Code option which is under the text editor add this code and replace the URL with the URL want them to be sent to
<script>
window.location.href="https://www.somewebsite.com/some-link";
</script>
What you can do is create a new top level page with the name you want the URL to be (like Book so it is somewebsite.com/book).
Then in the Embed Video or Code option which is under the text editor add this code and replace the URL with the URL want them to be sent to
<script>
window.location.href="https://www.somewebsite.com/some-link";
</script>
that should do the trick! thanks.

Loading more pages