sdksjavascript
- Hide prefilled guest fields in the Scheduler booking form.
bookingInfo.primaryParticipantnow acceptsnameHiddenandemailHidden. When set, the field is left out of the booking form entirely while the prefilled value is still submitted with the booking. This is useful when you already know who’s booking and don’t want to ask for the same details again. Use the existingnameReadOnly/emailReadOnlyinstead if you want the value shown but not editable;hiddentakes precedence overreadOnly. If a hidden field has no prefilled value to fall back on, it’s rendered anyway so a booker is never left facing a required field with nothing to fill in, and the misconfiguration is logged to the console.
- Prefilled
nameandemailvalues are now sanitized before being applied to the booking form. - Setting
nameoremailto an empty string now clears a previously seeded value instead of silently retaining it; omitting the field still leaves the current value alone. - Prefilled values passed through
bookingInfoare no longer ignored at load time when the Scheduler configuration also supplies a guest name or email.