This is probably easy for someone who has the coding experience, but I am working with Gravity PDF and I need two fields (one text field and one date field) to auto populate the current user logged in and today’s date, but it needs to be part of the pre_render filter.
I was able to get the name using gform_field_value_dr_name, but can’t seem to get that to work within gform_pre_render.
These fields are being populated as part of the edit entry screen of a gravity view. Apparently gform_field_value doesn’t run during edit entry while gform_pre_render does. Thanks!