I want to change the value of a hidden field in a gform_pre_render filter. Is this possible?
What I now use is; $form["fields"][88]["defaultValue"] = "someValue"; but this doesn't work.
88 is the ID of the hidden field in the current form.
Any ideas?