Form: design form but process forms in our server

  • Jennifer Anderson
    Asked on March 20, 2018 at 3:36 PM

    Hello, I wanted to understand the processing functionality of submitting a form. I've used your services through other websites, but the new project I'm working on doesn't allow outside access or service that processes our data - it's extremely sensitive content. Is there a way I can design the form through your services and use the code directly on our site and run/process the forms on our server?


    Thank you for your time.

    Jennifer

  • Richie JotForm Support
    Replied on March 20, 2018 at 4:05 PM

    You can get the form design using the full source code and host it in your own server,

    Form: design form but process forms in our server Image 1 Screenshot 20

    Here is the complete guide:-How-to-get-the-Full-Source-Code-of-your-Form

    Do note submissions will still be saved in our servers but if you want to save the submission data in your server's database, you can use POST method. Here is a guide about it. -How-to-send-Submissions-to-Your-MySQL-Database-Using-PHP

    You can also use our API to integrate your form and submission data to your own system.

    Here is our API documentation. http://api.jotform.com/

    Please let us know if you have further questions.