Easy condition statement for if form is empty?

Easy condition statement for if form is empty?

bfarkasbfarkas Posts: 181Questions: 48Answers: 0

I am building out a workflow where I would like a different action if the form is completely empty, is there an easy way to check for this, or am I checking field length of all fields?

This question has an accepted answers - jump to answer

Answers

  • colincolin Posts: 15,144Questions: 1Answers: 2,586
    Answer ✓

    Yep, empty would just mean all the fields are zero length.

    Colin

  • bfarkasbfarkas Posts: 181Questions: 48Answers: 0

    Thanks Colin, have a couple dozen fields, so was curous if there was a function I was overlooking that checks them all or if I just list them all.
    Have it working though.
    Thanks

This discussion has been closed.