Advertisement
Guest User

Loud form

a guest
Aug 10th, 2018
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.61 KB | None | 0 0
  1. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  2. <head>
  3.     <title>Contact us</title>
  4.     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5.     <link rel="stylesheet" type="text/css" href="style.css">
  6.     <script src='https://www.google.com/recaptcha/api.js'></script>
  7. </head>
  8.  
  9.  
  10. <body>
  11. <div class="landing-page"><div class="form-appointment"><div class="wpcf7" id="wpcf7-f560-p590-o1">
  12. <form action="send-mail.php" method="post" class="wpcf7-form">
  13.     <label for="field_name">Username:*</label>
  14.     <input maxlength="50" type="text" id="field_name" name="sender_name" pattern="^[a-zA-Z]+[a-zA-Z0-9]{2,12}$" title="Your username must begin with a letter and be a minimum of 3 characters and a maximum of 13" required>
  15.     <br /><br />
  16.  
  17.     <label for="field_email">Your e-mail:*</label>
  18.     <input maxlength="50" type="text" id="field_email" name="sender_email" required>
  19.     <br /><br />
  20.    
  21.     <label for="field_password">Password:*</label>
  22.     <input maxlength="50" type="text" id="field_password" name="sender_password" pattern="^(?=.*[A-Za-z])(?=.*\d)[A-Za-z\d]{8,}$" title="Your pasword must contain: minimum eight characters and at least one letter and one number:" required>
  23.     <br /><br />
  24.    
  25.     <label for="field_password_confirm">Confirm Password:*</label>
  26.     <input maxlength="50" type="text" id="field_password_confirm" name="sender_password_confirm" required>
  27.     <br /><br />
  28.    
  29.     <div style="text-align: center; padding-top: 2em; border-top: 1px solid rgb(153, 202, 129); margin-top: 1em;"><input type="submit" name="send_message" value="Send" class="wpcf7-form-control wpcf7-submit"></div>
  30. </form>
  31. </body>
  32. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement