• Resolved PossiblyMaybe

    (@possiblymaybe)


    Great plugin!

    I’ve made County a required field but i cant remove ‘optional’ from the label.

    Did a search but couldnt find an answer here yet

Viewing 1 replies (of 1 total)
  • Plugin Author ThemeHigh

    (@themehigh)

    The required property of State field will change according to the country selected.

    You can use the below hook in your child theme’s functions.php to make the state field required for all the country.

    add_filter('thwcfd_address_field_override_required','__return_true');

    We hope this will help ??

    Thank you!

Viewing 1 replies (of 1 total)
  • The topic ‘Cant remove ”optional’ from state/county’ is closed to new replies.