Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Rinat

    (@rinatkhaziev)

    To make a field required you need to add class=”required” to the field shortcode

    E.g. [input type="text" name="my_value" class="required"]

    I have this code on my form

    [checkboxes name=”foo” class=”required” description=”By submitting I agree NHSOA has the right to use all content” values=”value:I Agree”]

    It is showing up fine but it is not required I have submitted a few times without having to click it.
    How do I make this required?

    Url: http://nhsofarizona.com/testimonials-form/

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Required field’ is closed to new replies.