CMS Development

josh_ames
Participant | Elite Partner
Participant | Elite Partner

Formatting Required *

So it looks like some code on the backend has changed. In the past you could format the asterisk for required fields on forms by targetting 

"hs-form-required"

However, it looks like that no longer is a class that is assigned to forms. From what I've gathered, you now have to target

"input:required"

But this formats the entire form field text, not just the asterisk.

What do we have to target in order to format JUST the asterisk on required form fields?

0 Upvotes
1 Reply 1
tstrack
Contributor | Platinum Partner
Contributor | Platinum Partner

Formatting Required *

I'm still seeing 'hs-form-required' span on my forms, even the new ones. Do you have an example link you can share?

0 Upvotes