Forum Discussion
MarkShnier__You
Qrew Legend
4 years agoThis will work. if you are checking other checkbox fields, then just "and" them together like this. Do not need to have an IF.
[Personal Data Form]
and
[Personal Data Form]
and
[Photo ID]
and
[my next field]
and
[my next next field]
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------
[Personal Data Form]
and
[Personal Data Form]
and
[Photo ID]
and
[my next field]
and
[my next next field]
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------
- DanaKrauss4 years agoQrew MemberMark, thank you so much! This worked. Perhaps better fit for a different thread, but is there a way to add 2 identical text - multiple choice fields to the and statements? We are looking for the functionality noted in the comments below:
[Personal Data Form]
and
[Photo ID]
and
// if drug screen is selected as "Completed"
and
// if background check is selected as "Completed"
------------------------------
Dana Krauss
------------------------------- MarkShnier__You4 years ago
Qrew Legend
sure
[Personal Data Form]
and
[Photo ID]
and
[drug screen] = "Completed"
and
[background check] = "Completed"
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------