Set Form Redirect To A Dynamic Link

Would love to have the ability to set a dynamic link that uses the variables from the form whenever I’m setting the redirect for a form on sales mate. This would give companies like ours the ability to redirect dynamically to different pages depending on how they answer the form. Additionally, this would allow us to take the information they’ve put in the form and prefill another place, or another form that they would also have to fill in. Overall, it just streamlines our entire sales process.

Hello Amitai,

I hope you’re doing well, and thank you for sharing this detailed use case with us.

Regarding your request to dynamically redirect users to a third-party service with the form data that has been submitted via Salesmate webform, while this isn’t directly supported through native form settings, we do offer JavaScript APIs that can help you achieve this functionality.

In particular, you can use the SM_FORM_SUBMITTED event from our JS API. This allows you to run custom scripts when a form is submitted, enabling you to:

  • Capture the values submitted via the form,
  • You need to manually redirect users to different pages (e.g., a custom signup page on your web app),
  • Prefill other forms using the captured data.

Essentially, this gives you full control over the post-submission flow, helping you streamline your sales process as described.

You can refer to Webforms - JS API Methods for more details on implementing the SM_FORM_SUBMITTED event. If you need help setting it up or have additional questions, feel free to reach out.