class="required invalid"We don't have an easy way to do this right now. However, the following line of code is in plugins/socialprofiles/communitybuilder/communitybuilder.php around line 126. It adds a star to the field to show that it's required and could be modified to have more verbose text.My request then is to have some kind of text to tell the user that the input is required or invalid, is that possible?
$required = ($cbField->required ? '<span class="star"> *</span>' : '');Join our newsletter to get alerts for Joomla releases, tips and tricks and extension updates.
