Creating Multi-tiered Approval Process

  • efservicedesk
    Asked on June 15, 2019 at 10:14 AM

    Hi, I am trying to create a multi-tiered approval process similar to how HBSPASS describes here https://www.jotform.com/answers/1514831-Multi-tiered-Approval-Process


    In Richie_P's response on July 6th 2018 he advised that you can use values such as 'process' and 'approve' in the edit URL to then apply a condition.


    I have no problem inserting the get page URL widget in my form and then creating a condition if the value of the get page URL contains the value 'edit' but how can I apply the value 'process' and 'approve' to the edit URL so that I can use the condition 'if the value of the get page URL contains the value 'process' ?


    Thanks for your help.






  • Mike
    Replied on June 15, 2019 at 3:43 PM

    To do this you can manually add the edit link. Use the next format for the URL value, where you can add any parameters after the ? character:

    https://www.jotform.com/edit/{id}?custom=review

    1560627501img Screenshot 10

    So in the above example the URL will contain 'custom' and 'review' words.

    Something like https://www.jotform.com/edit/{id}?anythingHere should work too.

  • Mike
    Replied on June 15, 2019 at 3:45 PM

    We also suggest checking the next guide to get an idea about a possible workflow configuration:

    A General Approach on Building an Approval Process Workflow

  • efservicedesk
    Replied on June 15, 2019 at 4:57 PM

    Perfect. Thank you Mike.