Hello again,
As I exposed in another topic (http://forum.gravityhelp.com/topic/make-a-readonly-field?replies=1#post-7027):
I have two forms, the first one is a first step form that pass Field Data via query string to the second form. In the second form I get the content of the variables and show in some fields and I have other fields that the user have to fill.
Well the problem is when I validate the form with some of the fields without content. In the form appears the validation messages and the content of populated fields disapear, so I lost the dynamically populated parameters.
There's a known solution to solve this or anyone know how to fix it?
Thanks again