• Resolved paragp

    (@paragp)


    Hi there,

    Is there a way to put a validation on 3rd field that the first 2 mandatory fields need to be populated (not null or blank) before the 3rd field can be shown? I tried but gives me an impression that NULL based validation is not working.

    Please so let me know. Thanks.

    regards,
    parag

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jules Colle

    (@jules-colle)

    You should be able to show field-3-group if field-1 and field-2 are blank by leaving the value empty.

    So the condition would go something like this:

    show field-3-group if field-1 not equals ""
                   and if field-2 not equals ""

    (don’t put quotation marks in there, just leave the value blank)

    Thread Starter paragp

    (@paragp)

    Thanks so much Jules. Really appreciate your help.
    regards,
    parag

    Plugin Author Jules Colle

    (@jules-colle)

    you’re welcome! feel free to leave a review ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Null validation check’ is closed to new replies.