[ "Type" => FormUI::FTYPE_TEXT, "Label" => "User Name", "Size" => 12, "Placeholder" => "" ], "Password" => [ "Type" => FormUI::FTYPE_PASSWORD, "Label" => "Password", "Size" => 12, "Placeholder" => "" ], "Login" => [ "Type" => FormUI::FTYPE_CUSTOMCONTENT, "Content" => (new HtmlButton("Log In"))->getHtml(), "Label" => "" ] ]; $LogInForm = new FormUI($FormFields); # ----- DISPLAY -------------------------------------------------------------- ?>

User Login

The user name or password you entered was incorrect or not found. If needed, you can recover or reset your password via Password Assistance.

displayFormTable(); ?>