What is the structure of edit submission form link

  • Leverate
    Asked on February 11, 2016 at 6:04 AM

    Hi,

     

    I've just started working with JotForm and found the future solution for my issue, how ever I need to send an edit link to a form that was already submitted without having an auto respond with an edit link. 

    Can you please tel me that link structure so I could create an edit link for the needed submitted form? \

     

    Thanks ahead! 

  • beril JotForm UI Developer
    Replied on February 11, 2016 at 10:26 AM

    As far as I understand from your thread, you want to learn how we are getting the input values after submission. You can give permission to your users to edit their form with {edit link} function after submission.

    The structure of the edit link is that, you are prepopulating the inputs from your submission to your form.

     

    http://www.jotform.com/form.php?formID=FORMID&sid={id}&mode=edit

     

     FORMID => the Id of you form, 

    {id} => the submission ID which can be found in your submissions.

    We are getting to values from your edit mode of your submission:

    What is the structure of edit submission form link Image 1 Screenshot 20

    If you need further assistance, please do not hesitate to contact us.

  • Leverate
    Replied on February 14, 2016 at 2:55 AM

    Yep, that will do it. Thanks!