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
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