Send form data to form Caspian

  • eridamega
    Asked on July 19, 2016 at 1:46 PM

    Please Help me

    How I can send my form data (https://form.jotformz.com/61716393123655) A form of Caspio or the database form caspio (https://c2dug983.caspio.com/dp.asp?AppKey=eabc40001ceefd6dd9c24d9eba0a)

    I wish the data to be sent to the database

  • Support_Management Jotform Support
    Replied on July 19, 2016 at 2:22 PM

    Sorry but what you're hoping to achieve is not possible. You can't pass your form data or submissions to an external form (in this case a form provided by Caspio that serves an online cloud database).

    What you CAN do however, is send your Submissions to a MySQL database using PHP. You may need a developer to set this up for you if you're not familiar with programming, but the general workflow would be as follows:

    1. You need to enable the Send Post Data option for your form in order to post submission data to your Thank You page [GUIDE: How-to-Post-Submission-Data-to-Thank-You-Page]

    2. Once you're done setting that up, you will then have to program your custom thank you page to process the data that will be posted by Jotform [GUIDE: How-to-send-Submissions-to-Your-MySQL-Database-Using-PHP]

    Hope this helped!