Can I send values to a external link after submit a form ?

  • fredbh
    Asked on April 22, 2019 at 5:19 PM

    Hi! 

    I´d like to know if JotForm can call a specific URL passing the form values as URL parameters.

    I ´d like to use this values to build a custom result page after the user submit a Jot Form.

    The idea is something like that:

    1) User will fill out a Jot Form with some data. Per example: Name, Email, Age.

    2) After the user hit Submit, I want that Jotform call one specific URL passing the form parameters like http://mydomain.com/calculate.php?UserName=&UserEmail=&UserAge=.

    My page Calculate.php will get this values and do what I want and then show a result page to the user.

     

    Is it possible to do with Jot Form ? 

  • jherwin
    Replied on April 22, 2019 at 6:29 PM

    If you will be using your own custom page that is hosted on your website, you can pass the data from your form by toggling SEND POST DATA to YES.
    1555972064spd Screenshot 10

    Complete guide: How-to-Post-Submission-Data-to-Thank-You-Page 

    To get a field's Unique Name, you can refer to the guide that I'm linking below.

    Related guide: How-to-Find-Field-IDs-and-Names