I am struggling to insert a font-awesome icon into the value of an input field:
The code below is just displaying the text as-is:
<i class="fas fa-times"></i>
<input type="submit" class="sfmdelete" name="delete" value="<i class='fas fa-times'></i>" />
Any idea on how to fix this problem?