Plugin Author
Diego
(@daigo75)
The screenshot seem to show a bug in the element that renders the field (perhaps the theme), which is using the field’s label attribute (which, in current version, is still wrapped in a <strong> tag, due to be removed in the next update), rather than the placeholder attribute, which doesn’t have such tag. That is, the two attributes have the following values:
* Label: <strong>VAT Number</strong>
* Placeholder VAT Number
Inside the field, you should see the placeholder (i.e. without <strong> tags), not the label.
We’re going to remove the <strong> tag from the label, as we mentioned in a reply to another user, as that’s part of the next update, due next week. However, I think it would be worth to find out why the field is being displayed using its label as the placeholder, as that seems incorrect.
-
This reply was modified 5 years, 7 months ago by
Diego. Reason: Typo