I want to display one message with bold red color in the template. How can i do this?
I have created one DCT with textarea. I want to display one error message with bold red color on the top of textarea when we enter more than 160 characters in the textarea.I have return JavaScript function and displaying this message through alert but i don't want to display it through alert, i want to display this message on top of the textarea with bold red color.thanx if any one provide the answer.
You can use hidden items with predefined error messages as default values. In case of error, set the item as visible using FormAPI.The setback of this option is it increases the items in your DCR as well.