Hello,
not sure if this is a bug or an error on my config, but I am almost sure it was not happening before 6.0.8/6.0.9
My setup:
I am on CF 6.0.9 (Joomla 3.7.5) with a multipage form where I am saving incremental data to DB at each step.
Each event (except the first on) has a Multi Page item (set to Data provider:{data:} and Identifier: multipage) and a Validate Fields (on {data:}), after which data is saved or updated.
In case of error during the validation, an Event Load is set to reload the previous event (with "Stop processing after switching" set to Yes).
The problem:
The second page/third event in my form has 3 fields with variable validation so, as suggested in other posts, I have excluded those fields from Validate Fields. The three fields are nonetheless validated server side: the browser is sent back to the first page where I can see the validation error messages of the three fields, plus the validation error messages of the fields of the first page, plus the output of the PHP block that should be in the third page (?).
If at this point I try to resubmit the first page, I get the validation error messages of all the fields of the second page.
If I disable the Field Validation actions, everything works fine.
Thanks
Mattia
not sure if this is a bug or an error on my config, but I am almost sure it was not happening before 6.0.8/6.0.9
My setup:
I am on CF 6.0.9 (Joomla 3.7.5) with a multipage form where I am saving incremental data to DB at each step.
Each event (except the first on) has a Multi Page item (set to Data provider:{data:} and Identifier: multipage) and a Validate Fields (on {data:}), after which data is saved or updated.
In case of error during the validation, an Event Load is set to reload the previous event (with "Stop processing after switching" set to Yes).
The problem:
The second page/third event in my form has 3 fields with variable validation so, as suggested in other posts, I have excluded those fields from Validate Fields. The three fields are nonetheless validated server side: the browser is sent back to the first page where I can see the validation error messages of the three fields, plus the validation error messages of the fields of the first page, plus the output of the PHP block that should be in the third page (?).
If at this point I try to resubmit the first page, I get the validation error messages of all the fields of the second page.
If I disable the Field Validation actions, everything works fine.
Thanks
Mattia