Multiple columns in Form, Mandatory fields and Error message

Hello,

We are evaluating DHTMLX for rendering (using JSON). I’m unable to get all the following:

  1. Requirement: We need 3 columns of data (a long Label, 2 Radio buttons) in a row.
    (Refer to sample attachment)



    To get 3 columns in a Form, I used a Block having Template and 2 Radio elements. However the problem starts when I need to validate.

  2. Requirement: On Validation, show error message
    Problem:
    a) I need to show red color asterisk symbol on the long label (Template)
    b) On form validation error, I need to show a message immediate to the control in red color
    c) Its preferred to highlight the label in red color as well

Questions:

  1. How to set error messages (like Note) in red color?
  2. OR is it possible to display error message above the control as a red colored label?

Please suggest me.

Thank you,

Ananth

You may try to use the dhtmlxMessage component to display the “error messages”:
docs.dhtmlx.com/message__index.html
dhtmlx.com/docs/products/dhtmlxMessage/