Building a URL from form submissions.

  • sockittome
    Asked on July 27, 2016 at 5:22 PM

    If I have a form something like:

     

    Name: _______ (user_name)


    A, B or C?? (abc_preference)
    * a

    * b

    * c

     

    Is it possible to redirect them to a URL with the following format?

    http://cool.site/form_users.html?prefs=[abc_preference]&name=[user_name]

    Basically I want to do a custom "thank you" page. 

  • Chriistian Jotform Support
    Replied on July 27, 2016 at 10:11 PM

    If you want to redirect the data to a custom page, then you can do so by sending the post data to your page. Here's a guide that can help you set it up: Send POST Data From JotForm Using PHP in Custom Thank You Page. If you need further assistance, feel free to let us know. Regards.