Password Show / Hide not working fix
-
So we discovered that the password show / hide functionality doesn’t work with this plugin enabled. Here’s the fix that you need to add to the $strings array in gravityforms-multiple-form-instances.php:
// Show / Hide Password
‘gformToggleShowPassword(“input_’ . $form[‘id’] . ‘_’ => ‘gformToggleShowPassword(“input_’ . $random_id . ‘_’,
- The topic ‘Password Show / Hide not working fix’ is closed to new replies.