Replies: 1 comment
-
You can try this simple hack.
if (new URLSearchParams(window.location.search).get('page') === 'done') {
window.location.href = 'https://yoursite.com/yourpage';
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using Listmonk. I have a form on my website which, when filled leads to the listmonk page that says "Confirmation email sent".
Instead of sending it to Listmonk, can I send the user to my own website?
I installed Listmonk manually on DigitalOcean.
Someone mentioned the static folder in their tutorial but it was 3 years old and was leading me to a different repo of Listmonk.
Help appreciated!
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions