I am facing a challenge on my website with an iFrame element that contains a form. After users answer some questions and submit the form, I want the page to automatically redirect to a thank you page. Unfortunately, I'm having trouble making this work.
Is there a way to detect when the form has been successfully submitted? I have tried using onsubmit and onload functions but they don't seem to be effective. If needed, I can share the code later as I am currently using my mobile device.
My website is built using vue.js
Thank you for your assistance!