Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: DeluxZ on May 8th, 2012  |  syntax: HTML  |  size: 0.75 KB  |  hits: 19  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <label class=" required">Contact method</label>
  2. <div id="followupForm_method">
  3.         <label><input type="checkbox" id="followupForm_method_Phone" name="followupForm[method][Phone]" value="Phone" /><span>Phone</span></label><br/>
  4.         <label for="followupForm_method_Phone">Phone</label> <-- needs to go -->
  5.         <label><input type="checkbox" id="followupForm_method_Mobile" name="followupForm[method][Mobile]" value="Mobile" /><span>Mobile phone</span></label><br/>
  6.         <label for="followupForm_method_Mobile">Mobile phone</label> <-- needs to go -->
  7.         <label><input type="checkbox" id="followupForm_method_Email" name="followupForm[method][Email]" value="Email" /><span>E-mail</span></label><br/>
  8.         <label for="followupForm_method_Email">E-mail</label> <-- needs to go -->
  9. </div>