Re-direct user to a link after submission
Redirecting users to a designated URL upon form submission can enhance user experience. Follow these steps to implement this feature:
-
Create a link to your form using the provided guide.
-
Enhance the link by appending the following code to your URL, replacing the placeholder URL with the desired redirection link:
?onSubmitRedirect=[https://teamforms.app](https://teamforms.app)
note that sometimes you may need to append the following instead if the url already contains parameters:
&onSubmitRedirect=[https://teamforms.app](https://teamforms.app)
Ensure that your final URL adheres to the specified format.
https://web.teamforms.app/form/{formId}?onSubmitRedirect={yourUrl}