Redirect Page Component

There are many RW Classic redirect stacks. It would be nice if Elements had a way to redirect from a landing page to another page after a set number of seconds.

Hi @bruce,

You could add a meta refresh tag like this to redirect to another page after a set amount of seconds:

<meta http-equiv="refresh" content="15; url=https://www.example.com/" />

Change the content= to however many seconds you want to wait, and the URL to wherever you want to redirect the visitor to.

1 Like

Thanks @differentdan. That works nicely.

1 Like

Awesome, happy that does what you need it to. :slightly_smiling_face:

Brilliant. I asked a similar question yesterday and was told a redirect would only work via the host but just tested this and it worked fine.

2 Likes