Is there any way to use the gform_pre_render hook in the Admin section, firing when you click to edit an entry from Admin area? I want to dynamically populate specific fields, just as one would for a frontend page containing a form.
Is there any way to use the gform_pre_render hook in the Admin section, firing when you click to edit an entry from Admin area? I want to dynamically populate specific fields, just as one would for a frontend page containing a form.
There are a ton of admin-specific hooks. Maybe the gform_entry_field_value would be appropriate?
http://www.gravityhelp.com/documentation/page/Gform_entry_field_value
I evidently missed the Administration section of the documentation. It looks like gform_admin_pre_render should do what I need. Thanks for the reply, Chris.
No problem. Let us know if you need any help getting it to work.