HomeUsing FormSpringUsing FormsSending Form Data to Another URL

4.3. Sending Form Data to Another URL

After a user submits a form, they can be redirected to an external URL.  You can set this up if you are on a paid plan by selecting the appropriate option under Settings > Emails and Redirects.

The data entered on the form can also be passed to that URL, which could be helpful if you wanted to use scripting to display a different message to the user, or save some of the submitted data to another database.   To enable this functionality, check the Append submitted data to URL option under the URL.

For example, if the redirect URL is: 

http://example.com/index.php

and the submitted data is appended to the URL, the final URL might look something like this if the form consists of fields labeled "Name" and "Phone":

http://example.com/index.php?name=John+Doe&phone=555-5555

This page was: Helpful | Not Helpful