Hello guys,
I have actually this input field :
<input type="text" name="author" id="author" value="name* <?php echo $comment_author; ?>" size="22" tabindex="1" />
I'm using an asterisk inside 'value' in order to indicate it's a required field, because the designer needs it like that. But alas, the asterisk is not showing.
Do you know how to fix it ?
Many thanks.