• Resolved missizzy

    (@missizzy)


    Hi! Is it possible to highlight fields that I require users to fill in the submission form with an asterisk or similar? At the moment, there is no distinction between required fields and fields that can be left empty. Thank you!

    • This topic was modified 6 years, 2 months ago by missizzy.
Viewing 1 replies (of 1 total)
  • Plugin Author Jeff Starr

    (@specialk)

    There are two ways to go about it:

    * Use the custom form and change the labels and placeholders to include an asterisk or whatever is needed.

    * OR use CSS to add whatever characters and/or styles, for example:

    <style>.usp-name label:before { content: '* '; }</style>

    That will add an asterisk to the Name field label.

Viewing 1 replies (of 1 total)

The topic ‘Highlight required fields with asterisk’ is closed to new replies.