I've added check boxes as custom join fields. On my join page, the majority of the field titles are following the default label styling for the bootstrap theme (bold).
The check box field titles, however, are only in a div and not label so they have no styling. For example, the join field title is handled like this:
The checkbox title is this:
What can I change so the custom checkbox's will also be a label vs div. I see {$join_website_extra} on join_form.html but don't know where to go from there. Thanks for any advice!
The check box field titles, however, are only in a div and not label so they have no styling. For example, the join field title is handled like this:
HTML:
<label for="join_username">Username</label>
HTML:
<div>My Custom Title</div>