Dadparvar
Well-known member
Hi,
I created a custom field and it is using "Check Boxes" as Field Type. (this field let users to choose their time of working during a day)
(Imagine a user choose this hours: 8, 9, 10, 11, 12, 16, 17, 18, 19)
Now it shows like this to users:
How can I set it to show like this in item page?:
The same is for work days. (another field)
Regards
I created a custom field and it is using "Check Boxes" as Field Type. (this field let users to choose their time of working during a day)
(Imagine a user choose this hours: 8, 9, 10, 11, 12, 16, 17, 18, 19)
Now it shows like this to users:
Code:
8
9
10
11
12
16
17
18
19
Code:
8, 9, 10, 11, 12, 16, 17, 18, 19
Regards