I’m working on a Booking Request form for a timeshare. I need to limit the total number of occupants to 6. I have fields for “Number of Adults” and “Number of Children”.
How might I limit these fields so that the grand total cannot exceed 6? For example, if the user enters 4 for number of adults, that the Maximum for number of children is set to 2?