Starting different processes on condition from a site page

Hi everyone,

I'd like to optimize the use of the pages on my site (limited to 5). To do so I would like to use 1 page to start 2 different processes depending on the group you belong to (start process 1 if I am a member of group 1, start process 2 if I am a member of group 2, very basic). Both processes have a start form.

Since we can not apply a condition in the page parameters when calling a process, how could I reach my goal without an extra click for the user?

I've tried different solutions like : adding a "master process" with the condition and then call the process, or adding an interface and then call a different process on click but it seems impossible to do it automatically.

Thanks for your help!

Lionel

  Discussion posts and replies are publicly visible

Parents
  • Thanks for all your precious feedbacks! Probably the most important thing is to change my mind (and my habits) about the use of a process and a start form.

    I'll for sure consider different elements of your answers since my current solution looks like this:

    • Process 1: a chain of a!startProcessLink() with cards as buttons to navigate between interfaces an complete the global process (1. Choose a category of event to declare > 2. Choose a specific kind of event > 3. Choose a very specific kind of event > 4. Declare the event)
    • Process 2: a basic form with a submit button (complete all datas about the event and declare on button click).

    Anyway I'll wait and cross my fingers too for the possibility to use a a!startProcessLink() with a button.

    Thanks a lot.

    Lionel

Reply
  • Thanks for all your precious feedbacks! Probably the most important thing is to change my mind (and my habits) about the use of a process and a start form.

    I'll for sure consider different elements of your answers since my current solution looks like this:

    • Process 1: a chain of a!startProcessLink() with cards as buttons to navigate between interfaces an complete the global process (1. Choose a category of event to declare > 2. Choose a specific kind of event > 3. Choose a very specific kind of event > 4. Declare the event)
    • Process 2: a basic form with a submit button (complete all datas about the event and declare on button click).

    Anyway I'll wait and cross my fingers too for the possibility to use a a!startProcessLink() with a button.

    Thanks a lot.

    Lionel

Children
No Data