DatePickers validation in differents Wizard's steps
Hello, I'm stuck on validating a date. Let me explain:
I have a Wizard that has two Steps (Expeditions and Samples)
A shipment can have one or more samples.
With this code, I have the impression that the 'date_depart' field is unknown to it.
Can you enlighten me please
I have a Wizard that has two Steps (Expeditions and Samples)
A shipment can have one or more samples.
- the Expedition step I have a 'date_depart' field
- The Samples step, which is a repeater, I have a 'date_sampling' field which must be less than or equal to 'date_depart'
With this code, I have the impression that the 'date_depart' field is unknown to it.
Can you enlighten me please