Using the form offline

  • cbulman
    Asked on September 7, 2016 at 8:49 AM

    we need to use jotform offline

  • John_Benson
    Replied on September 7, 2016 at 10:13 AM

    You can download the form's full source code and host it to your local server. However, you will be required to set up your own server using database. You will also need to create PHP scripts to capture and send data from the form going to the local server.

    You can create a fillable PDF form so that your users can fill up the form offline. However, internet connection is needed when you submit the form.

    Hope that helps. Let us know if you have any questions. Thank you.