Advertisement
binjuhor

FORM HTML Build by Javascript

Feb 27th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.03 KB | None | 0 0
  1. <div class="staffpopup" id="staff-982342">
  2.     <form action="#" method="post" id="form-982342" onsubmit="submitForm('form-982342');">
  3.         <label>Title of the form</label>
  4.  
  5.         <span class="description">Lorem Ipsum is simply dummy text of the printing and typesetting industry.
  6.             Lorem Ipsum has been the industry's standard dummy
  7.             text ever since the 1500s,</span>
  8.  
  9.         <span class="step step-active form-982342-step1" data-step="1">
  10.             <label for="user_email">Your email:</label>
  11.             <input type="text" name="user_email" id="user_email">
  12.         </span>
  13.  
  14.         <span class="step form-982342-step2" data-step="2">
  15.             <label for="user_name">Your name:</label>
  16.             <input type="text" name="user_name" id="user_name_1">
  17.             <label for="user_phone">Your phone:</label>
  18.             <input type="text" name="user_phone" id="user_phone">
  19.             <button type="submit">Send Information</button>
  20.         </span>
  21.        
  22.     </form>
  23. </div><!-- End staffpopup -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement