• Resolved adrianwelsh

    (@adrianwelsh)


    Is there a way to indicate a field is required in the database? I would normally expect to see an asterisk or a different color. When the user does not fill in the field, there is a red warning afterwards.

    I mean, I can always include an asterisk in my field name alias but this isn’t always ideal.
    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author xnau webdesign

    (@xnau)

    There normally is an indicator in the form, so I’m not sure why you are not seeing it.

    Take a look at the plugin settings under the “General” tab, near the bottom is the HTML marker for required fields. Make sure that is set up.

    If that looks OK, then you need to look at the HTML (using your browser Source Inspector) of the form and see if it’s getting hidden by some CSS rule.

    Thread Starter adrianwelsh

    (@adrianwelsh)

    Haha, that was simple! Thanks for pointing that out (I’m not sure how I missed that one…)

    @xnau I had the same issue, which was easily remedied in Settings (as per your suggestion).

    However, I would kindly suggest that “Marking Required Fields” is checked by DEFAULT as this is the commonly understood use of it.

    Thanks and appreciate your app.

    I have the same issue, but I cannot find anywhere in the plugin settings that allows me to mark required fields.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Including an indicator for required field’ is closed to new replies.