form
sp_LoginForm
Description sp_LoginForm() – This function is used to display an inline login form. Usage sp_LoginForm($args=”); Arguments $args – List of arguments for controlling display. Type: (string) (optional) Default: ‘tagId’ => ‘spLoginForm’ ‘tagClass’ => ‘spForm’ ‘controlFieldset’ => ‘spControl’ ‘controlInput’ => ‘spControl’ ‘controlSubmit’ => ‘spSubmit’ ‘controlIcon’ => ‘spIcon’ ‘controlLink’ => ‘spLink’ ‘iconName’ => ‘sp_LogInOut.png’ ‘labelUserName’ => ”…
Read More