Details
-
Type: New Feature
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.7
-
Fix Version/s: 4.7
-
Component/s: None
-
Labels:
-
Documentation Required?:User and Admin Doc
-
Funding Source:Contributed Code
Description
Currently you can specify that 'multiple participants' can be registered for events. This defaults to a maximum of 10 participants per booking.
It would be great if you could specify a maximum number. We quite often have events where only 1 guest can be brought, for example.
This can be 'hacked' using JavaScript, ie:
jQuery('.crm-event-id-602 #additional_participants option:gt(4)').remove();
this limits the drop-down to '5'. But it would be better if this was configurable through the UI.