Is it possible to run a Java Script with the values of the filled out fields of the form by submitting?

  • pks_philipp
    Asked on March 1, 2018 at 8:20 AM

    Is it possible to run a Java Script with the values of the filled out fields of the form by submitting?

  • Sabbir
    Replied on March 1, 2018 at 10:01 AM

    Sorry for not understanding your requirement here.

    Are you referring to run a javascript with the values of the submitted form outside Jotform?

    Since javascript is a client side script, you can not execute your script within Jotform with the form values.

    You can send your form values to your external script using PHP and then you can manipulate them into your Javascript file using any JS based framework(i.e. Jquery).

    You can refer to this link to know how you can send your submission data via POST method and set an external link in your Thank You page settings:

    https://www.jotform.com/help/213-Send-Submission-Data-via-Post-Method-and-Thank-You-Settings

    If you have any further query, please let us know.


  • pks_philipp
    Replied on March 1, 2018 at 10:06 AM

    Thanks, you DID understand my requirement :-)

    This will help.