Hi, you can try the js code snippet below.
$('#noOfGuests').change(function(){
// reload page here
});
This is what it does, noOfGuests is the id of the select element that displays the number of guests.
When a change event is triggered, you can add the line to reload the page or leave as is.
If you need more assistance you can ask for help on the help section of the discord channel.