30 add_action(
'gravityview/edit_entry/after_update', array( $this,
'after_edit_entry' ), 10, 2 );
34 add_filter(
'gform_field_input', array( $this,
'edit_entry_field_input' ), 5, 5 );
53 $signature_fields = GFAPI::get_fields_by_type(
$form,
'signature' );
55 foreach ( $signature_fields as
$field ) {
56 unset( $_POST[
"input_{$field->id}"] );
77 if(
'signature' !==
$field->type ||
'edit' !== $context ) {
78 return $field_content;
86 $_POST[
"input_{$field->id}"] = $entry_value;
87 $_POST[
"input_{$form_id}_{$field->id}_signature_filename"] = $entry_value;
static getInstance( $passed_post=NULL)
if(gravityview() ->plugin->is_GF_25()) $form
if(empty( $created_by)) $form_id
static get( $array, $key, $default=null)
Grab a value from an array or an object or default.
gravityview_get_context()
Returns the current GravityView context, or empty string if not GravityView.
Abstract class that makes it easy for plugins and themes to register no-conflict scripts and styles...