1
0
-1

Hi All, 

Case: I have a questioner form where I am using radio with label and hardcoded option. I want to clearly segregate questions from other questions on form. 

  1. Boundry can be set around each question. New section for each question already in use. Appreciate any other suggestion.
  2. Varying color for each question or question label can help. Sample below. Tried CSS for label background but its not up to the mark.



             

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Hi, you should be able perform the customization using CSS, there is an example for alternating row colors at https://stackoverflow.com/questions/57294231/alternating-multiple-row-color-every-n-rows-and-repeating.

      1. A. Chaudhary

        Hi Andres, 

        Thank you for response. Table is for reference only. I am using radio on Joget form. 

        1. These is no option to use custom CSS on radio. But I hope I can use CSS in userview or app level to make it reflect in form. 
        2. Say I have 10 rows of radio on form, I need to change color of alternate radio. Sample below.
        3. Custom CSS on 1st row will change the color
        4. Custom CSS on 2nd row will change color of label (question in my case). 

        Appreciate any suggestion.


      CommentAdd your comment...