<!DOCTYPE html> <html> <body> <form method="post" action="files/formaction.php"> Candidate's name: <input type="text" name="name" ><br> Father's name: <input type="text" name="fname" value="Chedwick"><br> <input type="submit" name="send" value="send"> </form> </body> </html>
Run
×
Share