Hello, I’m embedding a Q&A form on a webpage and I would like users to be able to restart the form to submit a new question without reloading the entire page as the page contains a live stream.
Is there a way to do it?
Thanks
Answered
Restart a embedded form
Best answer by mathio-tf
You can set redirect target for your form to redirect inside the iframe by adding data-tf-redirect-target=”_self” to your embed code (see embed SDK docs).
An alternative would be to handle this inside an onSubmit callback with custom JavaScript implementation (see docs).
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.