Hi @jonjamz ,
I've just noticed that if input fields are re-rendered in a different order with respect to the original one, then the validated data are returned still according to the previous DOM order.
Would it be possible (at least to have an option) to have the fields returned according to the DOM order at the time the action function is invoked? That is the order one would get by simply using jQuery $('.reactive-element').
Thank you for your attention