Can Authenticator do this?

Redirect users to different pages in a multi-page form based on their user group.

Overview

The issue occurred because the Authenticator action's denied event was not correctly configured to handle multiple user group checks, causing all users to be directed to the same final page.
Configure the Authenticator action on each form page to check the user's group and use the appropriate event actions, such as ShowHTML or EventLoop, to control the page flow based on group membership.

Answered
Je JeLu 30 Jan, 2014
Is it possible to use CFV4 action Authenticator to redirect to different pages in a Multi Page form based on what UserGroup they are assigned to?
I run latest CFv4 in a Joomla 3.2.1 website.

Here I have made 3 different User Groups as addition to the default groups.

On my form I have 7 pages.

Page 1
Check a social security number and test if it´s already in the database.
Based on the answer it take some action. This part works.
Page 2
If the Social Security number does not exist Page 2 shows a form where some common data collects.
Page 3
further common data collects
Page 4
Also common data
Page 5
An Authenticator check Users Group and if
Group 1 = Yes it should show Action ShowHTML for page 5
Group 1 = No it should go on to Page 6
Page 6
An Authenticator check Users Group and if
Group 2 = Yes it should show Action ShowHTML for page 6
Group 2 = No it should go on to Page 7
Page 7
An Authenticator check Users Group and if
Group 3 = Yes it should show Action ShowHTML for page 7
Group 3 = Here the form Stop

In Authenticator(Denied) I have used Action EventLoop but regardless of Users Group it will always end at Page 7

Is this possible or is there a better way to approach this?

//JeLu
Je JeLu 30 Jan, 2014
Answer
This is now working. And the answer to my Question is then YES Authenticator CAN do this.🙂
This topic is locked and no more replies can be posted.