Is it possible to add html or styling of any kind within Contact Form 7 placeholder tags?
[text* text-name placeholder "Name"]
But would like to include some italicized font, so that there is some emphasis. I tried
[text* text-name placeholder "name <em>please list your full name</em>"]
and
[text* text-name placeholder "Name <span>please provide your full name</span>"]
But the HTML displays instead of styling.
Any thoughts?