- 🇵🇹Portugal rfmarcelino
Hi @goldenpeps,
There are several proprieties in your config that are not part of this version element.
I tried with the ones that exist, on a blank installation, and worked as designed:
date_du_rdv:
'#type': webform_booking
'#title': 'Sélectionnez une date pour le RDV'
'#required': true
'#start_date': '2024-09-30'
'#end_date': '2024-10-31'
'#days_advance': 1
'#excluded_weekdays':
Sun: Sun
Mon: 0
Tue: 0
Wed: 0
Thu: 0
Fri: 0
Sat: 0
'#time_interval': '08:00|12:00'
'#slot_duration': '30'
If you have any patches or changes to your code, try removing them.
For now, I'm unable to replicate your issue.