Notifications
Clear all

Multiple Checkbox Output Per Line Instead of Comma Separate

8 Posts
2 Users
0 Likes
1,151 Views
Posts: 10
Customer
Topic starter
(@mayhemkrew)
Member
Joined: 2 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
Admin
(@kylew)
Prominent Member
Joined: 3 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: 2 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
Admin
(@kylew)
Joined: 3 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: 2 years ago

Member
Posts: 10

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

image
Reply
Kyle
 Kyle
Admin
(@kylew)
Joined: 3 years ago

Prominent Member
Posts: 728

@bryan-kouba,

It can be reached by custom coding.

 

Reply
Customer
(@mayhemkrew)
Joined: 2 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
Admin
(@kylew)
Joined: 3 years ago

Prominent Member
Posts: 728

@bryan-kouba,

This is a question of user preference, 

Reply
Share:
Scroll to top