Using JotForm to Process Submissions

  • Robert
    Asked on July 28, 2019 at 4:07 PM

    I have a number of forms I have designed using Webflow and other apps. Can I keep my forms intact and use JotForm to process the submissions?

  • Elton Support Team Lead
    Replied on July 28, 2019 at 7:00 PM

    Yes, you can do that. You can take your form source code and add the scripts and CSS files in your existing form. After that, update the field names and action URL of your existing form with the ones from your JotForm source code.

    Or, if you're familiar with API, you can use JotForm API to create submissions out of your existing forms data when its submitted. https://api.jotform.com/docs/

  • rsteele4
    Replied on July 29, 2019 at 6:28 PM

    That should work. Can you identify the parts of Jotform code I need to paste into my existing form? 

  • Elton Support Team Lead
    Replied on July 29, 2019 at 6:55 PM

    You must include the followings;

    The JS, CSS codes.

    Using JotForm to Process Submissions Image 1 Screenshot 30

    And then for the form code, you must copy all the open form tag. Then for the fields, just update your existing field names with the ones exactly from your JotForm code. Example:

    Using JotForm to Process Submissions Image 2 Screenshot 41

    That's pretty much it.