Please Log in or Create an account to join the conversation.
Then you've something else installed adding CSS that's forcing input elements to block elements. You'll need to right click and inspect element on the checkbox then review the CSS in your browsers developer console to see what could be doing that. If you're adding a div or p element around the label or description then that'd also explain why it's pushed to a new line.Hmm, even Protostar does this
Whichever you want. That just changes how the field title and its input are displayed together. It has nothing to do with the label next to a checkbox field.1 line with title, or 2 lines?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Add a span element around it or configure JCE to not do that.That's odd, how can I input text into the description without a p or div? JCE adds this. I need to be able to format these.
Description only shows in profile edit and registration. You need to use a multicheckbox and set your description as the label if you want it displayed on profile view. Your alternative is to add it to the respective layout when using the layout override parameters while editing the field. The best way to do this is just use a multicheckbox with the label being a language string.I am seeing a new issue I did not realize until now. How can this description be shown on the frontend public side? I can't seem to get that to show up except in the profile edit area. I can see the field name only with "yes" under it.
Please Log in or Create an account to join the conversation.
Yes, you can actually just use tab substtutions in a Custom HTML field and substitute in those entire tabs contents. Example as follows.
[cb:usertab tab="TAB_ID_1" /]
[cb:usertab tab="TAB_ID_2" /]
[cb:usertab tab="TAB_ID_3" /]
[cb:usertab tab="TAB_ID_4" /]
[cb:usertab tab="TAB_ID_5" /]
[cb:usertab tab="TAB_ID_6" /]
Please Log in or Create an account to join the conversation.