Server IP : 103.6.199.200 / Your IP : 3.16.76.102 Web Server : Microsoft-IIS/10.0 System : Windows NT EMPUSA 10.0 build 20348 (Windows Server 2016) i586 User : EMPUSA$ ( 0) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Domains/cenxusco/supervisor.cenxus.com/wwwroot/ |
Upload File : |
<!DOCTYPE html> <title>Feedback Form</title> <h1>Feedback Form</h1> <form method="post" action="send_mail.php"> <p> <label>Full Name <input type="text" name="full_name" placeholder="Enter Your Full Name" required> </label> </p> <p> <label>Email <input type="email" name="email_address" placeholder="Enter a Valid Email"> </label> </p> <p> <label>Phone <input type="tel" name="phone_number" placeholder="0123456789"></input> </label> </p> <p><button>Submit the form</button></p> </form>