Can we get form ID instead of generating a page?

  • HWX
    Asked on February 10, 2017 at 5:33 PM

    Hello,

    We're trying to integrate our system to work with Jotform. Our goal is to input user information in our system and send that information to Jotform to create an electronic signature document. My developer is using the code listed below, but what he wants is to just get the form submission ID back to our system, not for the form to generate on the screen. We only want to send the data to Jotform, have a submission ID sent back to our system, and access the form later. 

    Does that make sense? Is that possible?

     


    **** real line ***

    m.Jotformapi="0220548d78f668da73e52c8cffcaec0b"

     

    loHttp.SetRequestHeader("Auth-Token",m.JotFormAPI)

    loHttp.SetRequestHeader("Accept","application/json")

     

    *** beginning of string

     

    m.first_name = "Basketball"

    m.last_name = "Jones"

     

    lcJsonText = [??]

    lcJsonText = []

     

    lcJsonText = lcJsonText + '"first_name"="'+m.first_name+'"'

    lcJsonText = lcJsonText + ','+'"last_name"="'+m.last_name+'"'

     

     

    * end of string

     

  • jonathan
    Replied on February 10, 2017 at 6:14 PM

    Please refer also to our API documentation about this here 

    http://api.jotform.com/docs/#post-submission-id

     

    Can we get form ID instead of generating a page? Image 1 Screenshot 20

     

    Let us know if there is more we can help you with.