Insert form: bind db fields to which values?
Hi all,
I have a custom form on the page and I will insert the data entered in a db record.
In the Insert Record server behaviour I usually bind all vaues to the form entities.
But in the entities windows there are also the WA Validated entries.
So, my question is: have I to bind the db fields to the WA Validated entries?
TIA
tony


Bind them to the form entries. The validated entries are to bind the form elements to their previous values when the validation fails, they won't work for insert or update because they only have values when the validation fails to begin with. 
