All Collections
FAQs
Capability
Re-direct user to a link after submission
Re-direct user to a link after submission
Updated over a week ago

Redirecting users to a designated URL upon form submission can enhance user experience. Follow these steps to implement this feature:

  1. Create a link to your form using the provided guide.

  2. Enhance the link by appending the following code to your URL, replacing the placeholder URL with the desired redirection link:
    ?onSubmitRedirect=https://teamforms.app

    note that sometimes you may need to append the following instead if the url already contains parameters:

    ​&onSubmitRedirect=https://teamforms.app

Ensure that your final URL adheres to the specified format.
https://web.teamforms.app/form/{formId}?onSubmitRedirect={yourUrl}

Did this answer your question?