You need to set the next page using the next page action when the button name is present in form data, this should be done in the "submit" event of page 1
you will need to use a PHP action with the Events behavior enabled to check if the button name is available in the data and trigger the next page action
if you need steps or screenshots then please let me know
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
The PHP code should be something like this:
if($this->data("button_name") != ""){
return "different";
}
in your PHP action enable the Events behavior, add an event named "different", save the form to enable the new event, then drag your next page action inside that event box
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.