@Summer This won’t immediately help you, and you might need to set this up. If users are frequently requesting multiple resources, you might want to steer them to requesting collections, not individual items.
From the ResourceSpace config:
```
# Ability to set that the 'request' button on resources adds the item to the current collection (which then can be requested) instead of starting a request process for this individual item.
$request_adds_to_collection=false;
```