Hi,
It's possible add the feature to add a visual identifier for a required field on add/edit window?( like mark on right side ) on the add/edit window?
Ex:
name* :
Last Name*:
favorite color:
dog's name:
Thanks in advance.
2 Answers
To mark a field as required, you can use
$col["formoptions"] = array("elmsuffix"=>'<font color=red> *</font>');
Your Answer