Quantcast
Channel: Topic Tag: contact-form | WordPress.org
Viewing all articles
Browse latest Browse all 5993

whatsanoob on "[Plugin: Fast Secure Contact Form] Need to have placholder for password field"

$
0
0

You can enable the Password field placeholder by pasting the following code immediately after line 614 in the includes/class-fscf-display.php.

if ( 'true' == $field['placeholder'] && $field['default'] != '') {
   $string .= ' placeholder="'.esc_attr($field['default']).'"';
   self::$placeholder = 1;
 }

Viewing all articles
Browse latest Browse all 5993

Trending Articles