I believe, adding condition based color to fields is not possible yet.
What you can do is to display a different field corresponding to the value. There can be two fields for age above than 30 and age less than 30, these two can be displayed on the basis of text entered or dropdown selected.
Yes, actually CSS can be incorporated using the HTML Element Component from the advanced components. you may give it a try and add a custom JavaScript logic to the required field to change the color. create a IF condition in JS and apply color accordingly.
@rahulsharma Hey Rahul, I am not able to achieve this also I am not good in JS, hence probable I might have missed something.
Any idea what should be the script?
There is a field receiving input from code as RED, hence that field should be filled in RED color, similar for other colors.