<!DOCTYPE html> <html> <body> <p>Password: <input type="password" name="pass" form="cform"></p> <form action="files/form-attribute.php" method="post" id="cform"> <p>Candidate name: <input type="text" name="cname"></p> <p>Email: <input type="email" name="cemail"></p> <p><input type="submit" name="submit"></p> </form> </body> <html>
Run
×
Share