Add fields to existing acro forms and have data sent to database

  • Ganesh Tangella
    Asked on August 8, 2019 at 5:01 PM

    Here is our workflow: 1) We edit existing acro forms to add fields and add signature fields 2) Send to clients for signature 3) Client opens URL or via app forms to fill and sign 4) data get posted to DB (if possible)

    We are currently developing our platform both web (reactJS) and mobile (RN). Is this something possible with jotform? Can we edit exitsting acroforms to add text and signature fields?

  • Mike_G JotForm Support
    Replied on August 8, 2019 at 5:58 PM

    You can create a form in JotForm that will have the additional fields and signature widget that you require. Then, you can use the form's full source code on your website and include in the codes the existing fields from on the acro form.

    How-to-get-the-Full-Source-Code-of-your-Form

    Or, another option that you can do is to just re-create all the fields here in JotForm. Then, you can have the data from your form passed to your database using POST or Webhook.

    How-to-Setup-a-Webhook-with-JotForm

    How-to-send-Submissions-to-Your-MySQL-Database-Using-PHP