Is there a simple way to embed a jotform in a php page?

  • wiltshs
    Asked on February 15, 2016 at 12:43 PM

    I have a web form that uses standard HTML and javascript to collect data in a form then within the page uses PHP to send it to some other PHP routines for processing, including sending data to authorize.net CIM.

    Is it possible (with minimal coding knowledge) to incorporate a jotform form for collection (and storage of data at jotform) while still passing the data to the PHP for processing, or does everything have to be self-contained within the jotform code?

     

    Thanks!

  • Huberson
    Replied on February 15, 2016 at 1:47 PM

    Hello,

    Yes, JotForm lets you collect form data and access them with your PHP script. You first need to enable 'Send Post Data' in form preferences by changing it to 'Yes', then set 'Thank You' page to redirect to the PHP script for processing. That way, JotForm take care of all the validation works. All you have to do is get and process form data.

    Is there a simple way to embed a jotform in a php page? Image 1 Screenshot 30

    Is there a simple way to embed a jotform in a php page? Image 2 Screenshot 41

     

    We hope you find this helpful.

    Do not hesitate to ask us if you have additional question!