pimplesushant-pere

Tax Field in Admin - Add / Edit Clinic Form

Jan 15th, 2019
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.14 KB | None | 0 0
  1. <div class="">
  2.                                         <div class="form-group">
  3.                                             <label for="email-address">Tax</label>
  4.                                             <div class="clearfix"></div>
  5.                                             <div class="radio-inline">
  6.                                                 <label>
  7.                                                     <input type="radio" name="apply_tax" id="tax_A" value="1">
  8.                                                     Apply
  9.                                                 </label>
  10.                                             </div>
  11.                                             <div class="radio-inline">
  12.                                                 <label>
  13.                                                     <input type="radio" name="apply_tax" id="tax_D" value="0" checked>
  14.                                                     Do Not Apply
  15.                                                 </label>
  16.                                             </div>
  17.                                         </div>
  18.                                     </div>
Add Comment
Please, Sign In to add comment