I have a custom post type of items for which I run a query on the page for users to see these items (I use ACF for custom fields).
What I require is a method for my users to be able to select different items on the query page and kind of add them to a list to then submit a claim for them.
What is the best way to achieve this?
Should I create a ‘Claim’ CPT for which these items get added to? If so, how would I make it so that when an item is selected it adds to a post object field in a claim cpt?