Display a Login Form

The next shortcode output the Login form.

[bf_login_form]
Options:
  • redirect_url  --> is optional
    • After successful login, redirect to the given URL 

Label options

  • title --> is optional | default values: Login 
  • label_username --> is optional | default values: Username or Email Address 
  • label_password --> is optional | default values: Password 
  • label_remember --> is optional | default values: Remember Me 
  • label_log_in --> is optional | default values: Log In 

Examples

[bf_login_form redirect_url="/test-shortcodes"]

[bf_login_form title="Custom Login"]

Still need help? Contact Us Contact Us