Navigation between pages

Informatique 2d ago

I have three pages:

Page1 consists of HTML: PAGE 1 radio button: choice = yes/no submit button

Page2 consists of HTML: PAGE 2 Previous page button Submit button

Page3 consists of HTML: PAGE 3 Previous page button

The normal flow is page1 choice=yes -> page2 -> page3. However, on page1, if the user chooses "no", they go directly to page3.

I would like that when the user is on page3 and click Previous page, he returns to page1 and not to page2. How can I do that? I tried putting an eventSwitcher on the load of page2 that tests the value of choice. In that eventSwitcher, if I have choice="no", I call nextPage(page1) but that does not work.Thanks for reply

Max_admin 1d ago
Answer

If you want the button to go back to page1 then you need to have a button of type Link and set the chronopage parameter to = page1_alias:

Navigation between pages image 1

Navigation between pages image 2

Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Max_admin 8h ago

Thanks for confirming this! :)

Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
You need to login to be able to post a reply.