Forum Discussion
DanaKrauss
Qrew Member
Mark, 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
------------------------------
[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__You
4 years agoQrew Legend
sure
[Personal Data Form]
and
[Photo ID]
and
[drug screen] = "Completed"
and
[background check] = "Completed"
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------
[Personal Data Form]
and
[Photo ID]
and
[drug screen] = "Completed"
and
[background check] = "Completed"
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------