Fields modified in $form are passed to gform_confirmation but not $lead or saved to the db.
Is this by design? If I need to modify values before gform_confirmation what is the best method?
Fields modified in $form are passed to gform_confirmation but not $lead or saved to the db.
Is this by design? If I need to modify values before gform_confirmation what is the best method?
I stepped through Gravity, the values are pulled from $_POST, so updating them in $form is pointless.
Problem solved, update values in $_POST not $form. :)