Is it possible to change the bad class of the newsletter form field?
I tried to override it but I can't find the Glyphicon class to change it with user-icon

Joomla 4.4.5
PHP 8.1.29
Phoca Email Version 5.0.0
Code: Select all
echo '<div id="ph-form-subscribe-name" class="input-group">';
echo '<span class="input-group-text" title="'. Text::_('COM_PHOCAEMAIL_NEWSLETTER_NAME').'">';
echo '<span class="icon-user hasTooltip"></span>';
echo '</span>';
echo '<input id="ph-mod-name" type="text" name="name" class="form-control '.$requiredC.'" tabindex="0" size="18" placeholder="'. Text::_('COM_PHOCAEMAIL_NEWSLETTER_NAME') .'" value="" '.$required.' />';
echo '</div>';
}