<!DOCTYPE html> <html> <body> <form action="process.php" method="post"> <p>Name:<input type="text" name="fname" value="David"></p> <p>Email:<input type="email" name="email" value="example@gmail.com"></p> </form> </body> <html>
Run
×
Share