• Resolved neverdowork

    (@neverdowork)


    Dear support,

    is it possible to change the placeholder-text “username/email” inside the form in the “forgotten password”-tab?

    Many thanks in advance,

    neverdowork

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author xootix

    (@xootix)

    add_filter( 'xoo_el_lostpw_fields', function( $fields ){
    
    	$fields['user_login']['placeholder'] = 'Custom';
    	return $fields;
    
    } );
    Thread Starter neverdowork

    (@neverdowork)

    Worked like a charm – thank you so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change placeholder-content of form in “forgot password” tab’ is closed to new replies.