Request DB Access
if(isset($_POST['password'])){
echo do_shortcode("[su_note note_color='red' text_color='#ffffff']Wrong username or password.[/su_note]");
}
?>
if(isset($_POST['dbrequest'])){
echo do_shortcode("[su_note note_color='#10c002' text_color='#ffffff']Thank you. We will contact you shortly.[/su_note]");
}
?>