Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Format Field text on View Screen

aditya verma February 29, 2016

I am capturing a Checkbox field on my create screen. What I want is when multiple text boxes are selected on Create screen and the issue gets created, then on view screen text of all those selected checkboxes should appear on different line.

Currently it appears on the same line, separated by commas.

Could anyone please help me on this.

 

 

1 answer

1 accepted

1 vote
Answer accepted
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 29, 2016

That layout is determined by the "view template" for the field.  In order to change it, you'll either need to

  1. inject some javascript to reformat it  javascript (which is likely to be quite hard to make work reliably everywhere, and a nightmare to maintain), or
  2. hack that view template in the core code.
aditya verma March 1, 2016

Thanks @Nic Brough [Adaptavist] for your comments.

Suggest an answer

Log in or Sign up to answer