Forum Discussion
O365 bookings won't let me change number of attendees
- Mar 20, 2020
SOLVED!: I was able to go into "inspect element" of the box and I was able to enable the box and then everything worked
SOLVED!: I was able to go into "inspect element" of the box and I was able to enable the box and then everything worked
- LowellPFeb 22, 2021Brass Contributor
So specifically, what worked for me is to remove the text "disabled" from the end of that element. As soon as I did, I was able to click on the field and increase/decrease the number and save OK.
- ChrisGGCJun 15, 2020Copper Contributor
ultrasupermanI've never used "inspect element." Could you post here the specifics of what you changed?
- ultrasupermanJun 15, 2020Copper Contributor
ChrisGGCif you right click on (or near) the text box there should be an option for "inspect" from there you can find the number in the box, if you change it on the coding screen then press save/apply on the bookings page that should unlock the option to change the number form the bookings page
- ChrisGGCJun 15, 2020Copper Contributorultrasuperman - So I change the number in the coding screen from 1 to whatever number I want? That was the part I wasn't sure of. Probably seems obvious to anybody who has done any coding at all. Thanks!
- Dan_EngelsmeierApr 14, 2020Copper Contributor
How were you able to commit any changes via "inspect element"?
- ultrasupermanApr 15, 2020Copper Contributor
Dan_Engelsmeier I have no idea, my best guess is some script reads the number, not whether the box is enabled or not
- Dan_EngelsmeierApr 15, 2020Copper Contributor
ultrasuperman hmm. I've got several services I originally set for a max attendees of 3 but I now need to change them to 1. It won't let me go below 2. If I inspect the element I see the minimum is set for 2. I'm trying to figure out any way I can adjust that minimum.
My others that were set up for 1 max have 1 as the minimum so I don't understand why for these it was changed to 2.