Redirect Form to another form

I have 3 old forms that I need to be redirected to 1 new form. Can I have the existing forms redirect to another URL as soon as a user hits the form URL?

Hello @cortese98,

You can add this code inside fd.rendered() event to redirect user to another page on form load:

window.location.href = "https://plumsail.com/";