After submit of a page, next page in order is swiftly shown before the redirect action take the lead and send to the expected page.
for exemple: page1, page2,page3, page4. if the submit action is in page3 and the redirect action send to page1, page4 will swiftly appear before page1 is reached.In administrator/components/com_chronoforms8/pages/view.php, modifying line 426 for line 427 and line 428 for line 429 resolves the issue. (joomla 6, CFV8.53) - apply carefully untill Max see it as it may have other consequences!

cheers
Hi simelas
it's not recommended to set the Next Page to manual, keep it at Auto and use the Redirect action if you need to, this does not work ?
Hi Max, indeed it seems that whatever is the setting, manual or auto, the redirect "does not stop it in due time" , hence that "flash show" of the following page. Seems that giving group name to each page circumvent the issue. This is why i tried to see if a solution could exist. Also with php $this->set("next_page", "page1") for exemple at the end of the submit , it circumvents the issue (at least for my forms) .Cheers
Hi simelas
Did you try to use the Next Page action instead of the Redirect ?
And does your Redirect have a Delay ? because if it does then a "Flash show" of the next page is normal.
