Labels to values inside a multicheckbox
-
Hi Chad,
Couldn’t find some info in the plugin documentation so I am posting here.
With
wpmem_register_form_rowsyou can add labels to rows but I couldn’t find info if you can add labels to values inside a multicheckbox.Given a WP-Members multicheckbox:
<label for="test" class="multicheckbox">test</label> <div class="div_multicheckbox"> <input name="test" type="checkbox" id="contact_type[]" value="A">A<br> <input name="test" type="checkbox" id="contact_type[]" value="B">B<br> </div>Is it possible to add a label after an input?
Thank you,
Michelle
The topic ‘Labels to values inside a multicheckbox’ is closed to new replies.