How can I export form data to a Wordpress Site

  • V2Media
    Asked on March 22, 2018 at 10:56 AM

    I want to export form data, upon successful submission, to a wordpress site for integration with the mySQL database there. (I need to be able to use the data natively with other site functions.)

    My forms collect standard user information, as well as payment processing for event signups. 

  • Kevin Support Team Lead
    Replied on March 22, 2018 at 12:29 PM

    We do not have an specific method for WordPress, but you can send the submissions data through the POST method. 

    Send-Submission-Data-via-Post-Method-and-Thank-You-Settings

    You may also send the submissions directly to your MySQL database, this guide will help you doing so: https://www.jotform.com/help/126-How-to-send-Submissions-to-Your-MySQL-Database-Using-PHP 

    I hope this helps.