I wouldn't use a checkbox. Instead I'd create a script that tracks each customer you click by placing the ID into a global field or global variable. Another script would take all the values clicked and add them to wherever you want them to be stored. This is a very basic overview but should get you started.
Can I use this method if I need to select more than one person at once? Maybe a checkbox set up?
I wouldn't use a checkbox. Instead I'd create a script that tracks each customer you click by placing the ID into a global field or global variable. Another script would take all the values clicked and add them to wherever you want them to be stored. This is a very basic overview but should get you started.