How do I hide the second page of the form to the user and make it visible to the owner on edit submission?

  • truebluetattoo
    Asked on May 12, 2020 at 4:52 PM

    I want to do the following:

    I have a 2 page form. Page 1 is for the customer to fill out.

    After they submit the first page it emails to the owner with the completed page 1 and the 2nd page visible so it can be completed. I read this thread (https://www.jotform.com/help/432-A-General-Approach-on-Building-an-Approval-Process-Workflow) and I understand setting up the notifications and autoresponders and the GetFormPageUrl widget. My question is how do I hide the page 2 for the customer and then make it visible when the owner opens the sessions link?

  • Welvin Support Team Lead
    Replied on May 12, 2020 at 8:33 PM

    To hide Page 2, you only need to set up the conditional logic to 'show' page 2 or the fields for the owner only when the Get Form Page URL widget 'contains' the word 'edit'.

    Here's an example through your test form:

    How do I hide the second page of the form to the user and make it visible to the owner on edit submission? Image 1 Screenshot 20

    I presumed the hidden fields are for the owner. 

    With this conditional logic, the fields are hidden by default and will become visible when the owner clicks the Edit Submission Link.

    I hope that helps.