How to show hidden fields in edit submission?

  • brtiteinstitute
    Asked on April 1, 2020 at 9:26 PM

    How can i get the hidden field on the form to show when we receive the submission, I dont want them visible to the student but need them for office use

  • jherwin
    Replied on April 2, 2020 at 12:21 AM

    You can use the "Get form page URL" widget to trigger a conditional logic that will show hidden fields when the submission is in edit mode.

    For instance, you can create a condition like this:
    If "Get Form Page URL" contains "edit" then show "select fields".

    You can also check this approval process workflow for more details: A-General-Approach-on-Building-an-Approval-Process-Workflow

    Please give it a try and let us know how it goes.