I’m sure you can work that out for yourself :).
Find the part of your code where you would usually display your message and instead redirect to your new page.
window.location.href = 'URL';
Where URL would be the address of your new page.
I’m sure you can work that out for yourself :).
Find the part of your code where you would usually display your message and instead redirect to your new page.
window.location.href = 'URL';
Where URL would be the address of your new page.