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-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
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