Labels for Inputs
-
Thanks for a great simple plugin!
I’m trying to customize the styling and I have a small request for your next update to help make this process a bit easier.
The current HTML structure for radio and check boxes is something like:
<p> <input type="radio" value="100" name="_dgx_donate_amount"> $100 <input type="radio" value="50" name="_dgx_donate_amount"> $50 </p>
But it would be much easier to style if you added a ‘label’ like:
<p> <input type="radio" value="100" name="_dgx_donate_amount"> <label>$100</label> <input type="radio" value="50" name="_dgx_donate_amount"> <label>$50</label> </p>
Thanks again and I’d love to hear if you would consider making that addition.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Labels for Inputs’ is closed to new replies.