Is there a way to have a form with a checklist -- and have items checked (on the checklist) feed into different database lists?
Is there a work around for this?
Solved! Go to Solution.
Of course! You can use a contains constraint on the value, i.e.
RequestedLists contains [Weekly Specials]
Note if you’re using the Checkboxes field type, recommend having your checkbox values enclosed in square brackets as shown. Not just “Weekly Specials” but “[Weekly Specials]“. This reduces unexpected collisions down the line.
Of course! You can use a contains constraint on the value, i.e.
RequestedLists contains [Weekly Specials]
Note if you’re using the Checkboxes field type, recommend having your checkbox values enclosed in square brackets as shown. Not just “Weekly Specials” but “[Weekly Specials]“. This reduces unexpected collisions down the line.
Thanks for this info. About to jump in the system and try it.