Greetings! I'm prepopulating a couple fields using the add_filter method described here:
http://www.gravityhelp.com/documentation/page/Allow_field_to_be_populated_dynamically
I was also using this technique to disable input:
http://www.gravityhelp.com/forums/topic/make-a-readonly-field#post-7034
This worked well, up until the point the form failed validation (let's say one of the required fields is left blank. When the screen refreshed to display the validation messages, the pre-populated fields were blank.
This only happened when the input fields were disabled. My assumption is that the validation logic is not retaining the value attribute of disabled fields when the form is re-posted. I had to re-enable the fields by removing the 'disable' class again in order to make this work properly
Would this perchance be an easy fix? Any suggestions?
Thanks for the great plugin!