Input Value Redirect

The delay of the 3-sec example also works like expected…
Of course you can set any time you need…

setTimeout(()=>{wixLocation.to(myURL)},3000);

Change this code-part and test it by yourself.