Just wondering if there is anyway of populating the fields dynamically based on a users previous submission?
For example:
I have two near identical forms - the first 20 fields are the same in both forms. If the user completes form 1, ideally if they bring up form 2 i would like to pre-populate the first 20 fields based on the data they entered in form 1.
Would the gform_field_value_$parameter_name filter
be worth exploring in this sort of scenario?