Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed. We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

Multiple Checkbox Output Per Line Instead of Comma Separate

8 Posts
2 Users
0 Reactions
1,629 Views
Posts: 10
Customer
Topic starter
(@mayhemkrew)
Member
Joined: 4 years ago

Is it possible to have the output of multiple checkboxe selections to be outputted into the topic on a per line instead of comma separated?

Desired example....

Checkbox Option #1
Checkbox Option #2
Checkbox Option #3

 

Current output....

Checkbox Option #1, Checkbox Option #2, Checkbox Option #3

7 Replies
Kyle
Posts: 728
 Kyle
(@kylew)
Prominent Member
Joined: 4 years ago

Hi @bryan-kouba,

Insert the below CSS Code in Custom CSS Code Field from Dashboard > Forums > Settings > Styles Tab.

#wpforo #wpforo-wrap .wpf-field.wpf-field-type-checkbox .wpf-field-item {
    float: none !important;
    margin: 5px;
}
Reply
Posts: 10
Customer
Topic starter
(@mayhemkrew)
Member
Joined: 4 years ago

Hello @kylew, thanks for the response.  Unfortunately the desired outcome was not achieved.  Here is a link to the forum post for you to see:

https://redgearmusic.com/forums/main-forum/test-upload/#post-119

 

Reply
5 Replies
Kyle
 Kyle
(@kylew)
Joined: 4 years ago

Prominent Member
Posts: 728

@bryan-kouba,

Check the below Screenshot, is this the way you want?

CheckBox Custom CSS

 

Reply
Customer
(@mayhemkrew)
Joined: 4 years ago

Member
Posts: 10

@kylew No, exactly like this (edited in MS Paint 😀 )

image
Reply
Kyle
 Kyle
(@kylew)
Joined: 4 years ago

Prominent Member
Posts: 728

@bryan-kouba,

It can be reached by custom coding.

 

Reply
Customer
(@mayhemkrew)
Joined: 4 years ago

Member
Posts: 10

@kylew This is a basic feature that should be an option with the paid version of this add-on.  Very disappointed in my purchase so far.

Reply
Kyle
 Kyle
(@kylew)
Joined: 4 years ago

Prominent Member
Posts: 728

@bryan-kouba,

This is a question of user preference, 

Reply
Share:
Scroll to top