Skip to content

Commit

Permalink
support for maximum characters field
Browse files Browse the repository at this point in the history
  • Loading branch information
tyxla committed Aug 31, 2015
1 parent 5b48838 commit 254446b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gravityforms-multiple-form-instances.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ function gform_get_form_filter($form_string, $form) {
"trigger('gform_post_conditional_logic', [" . $form['id'] . "," => "trigger('gform_post_conditional_logic', [" . $random_id . ",",
'gformShowPasswordStrength("input_' . $form['id'] . '_' => 'gformShowPasswordStrength("input_' . $random_id . '_',
"gformInitChosenFields('#input_" . $form['id'] . "_" => "gformInitChosenFields('#input_" . $random_id . "_",
"jQuery('#input_" . $form['id'] . "_" => "jQuery('#input_" . $random_id . "_",
$hidden_field => "<input type='hidden' name='gform_random_id' value='" . $random_id . "' />" . $hidden_field,
);

Expand Down

0 comments on commit 254446b

Please sign in to comment.