Guest User

Untitled

a guest
Jan 23rd, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. <label>Is this a cell phone or a land line?</label><br>
  2. <input type="radio" class="radio1" name="question" value="1">Land Line</input><br>
  3. <input type="radio" class="radio1" name="question" value="0">Cell Phone</input>
  4.  
  5. <input type="hidden" class="text" name="land line"></input><br>
  6. <input type="hidden" class="text" name="cell phone"></input><br>
Add Comment
Please, Sign In to add comment