Home > Forum > Forms > Best pratices or things to avoid in general

Best pratices or things to avoid in general
0

E.g. specifically when updating items lists on forms ! pageload vs on path vs on entry vs on exit ! What is the specific order on how things trigger? Is there another documentation other than the official docs? The docs dont tell me that much about such details for example

Following example

We have an id and that id can be referenced in 3 other fields!
Those ids are saved in a db.
The field should already exist in the db or is the same a new id that save.
So far so good break with condition and background change on value-change works too!
But ... is there any (simple) possibiliy that I could change the fields afterwars / also after form validation AND /OR break condition. So that can specifiy which fields are incorrect filled out?

Thanks in advance and have a nice weekend!
~Phil

In practice it should works like this
On form load - field values, visibility rules, initialization rules, item lists
On field value chang - recalculations, visibility changes, background color changes, soft validation, updating item lists.
On entry/exit steps - validations, field updates, database updates, updating item lists

I would like to help You but If you can describe exactly what fields you have, what validation you want to perform and what exactly should change after validation.