Hi Max,
One other issue I have and also is not reproducible in a minimal example is my submit. I have 2 pages were a submit checks and decides to reload the current page or go to the other page. On the first page the submit works fine. Following the rules it shows again the first page with same elements made visible or continues to the next page (via its name). It did notice that without error handling on some pages actions continue even after passing a nex-page action. Is this intended behavior? I expected not, but by making all my actions fit in either one choice it will function properly.
Nevertheless on the second page the submit doesn't work correct. Many actions are executed except the write to database. But the page is redirected to whatever page it likes. Sometimes a 404 and sometimes a totally other page. Although in the testing environment it works correctly. Any thoughts on how to debug?
Many thanks,
Pim
Hi Pim
When you open the form but do not finish it (reach the last submit) then some actions values will be in the session, and will affect your latest tests, unless you clear the cookies before another test
Can you confirm if this is the cause of your issues here ? try to either finish the form by reaching the last step (preferably without a redirect) or clear the cookies before doing any new test
