Is there a way to attach input data from the form to the custom url once the form is submitted?

  • drakzenarcana
    Asked on August 28, 2015 at 6:05 PM

    For instance, when a someone inputs their phone number and hits submit, can the phone number be attached to the url in token format? 

    Ex. http://www.redirecturl.com/action.php?phone=phone_from_form

  • Chriistian Jotform Support
    Replied on August 29, 2015 at 2:00 AM

    Hi,

     

    You can try to set your form Thank You Page to custom URL and then pass the value of the field to your URL. For example, http://www.redirecturl.com/action.php?phone={fieldName}. You can check the name of the field in your form on it's Properties. 

    Is there a way to attach input data from the form to the custom url once the form is submitted? Image 1 Screenshot 30

     

    To set the Thank You page to a custom URL, you can check the instructions provided in the demo below.

    Is there a way to attach input data from the form to the custom url once the form is submitted? Image 2 Screenshot 41

     

    Do let us know if you have further questions.


    Regards.

  • drakzenarcana
    Replied on August 29, 2015 at 10:55 AM

    Thank you, it worked!