diff --git a/gp-nested-forms/gpnf-limit-entry-min-max-from-field.php b/gp-nested-forms/gpnf-limit-entry-min-max-from-field.php index 24e731755..39c09049b 100644 --- a/gp-nested-forms/gpnf-limit-entry-min-max-from-field.php +++ b/gp-nested-forms/gpnf-limit-entry-min-max-from-field.php @@ -218,3 +218,12 @@ public function should_field_be_validated( $form, $field ) { } } + +# Configuration + +new GP_Nested_Forms_Dynamic_Entry_Min_Max( array( + 'parent_form_id' => 4, + 'nested_form_field_id' => 3, + 'max_field_id' => 1, + 'min_field_id' => 2, // (Optional) +) ); \ No newline at end of file