Hi, I have a simple e-shop and in Extra step I added a field (datepicker) for delivery date using the editor. (field commitment_date)
In the XML (View -> Checkout Extra Info) there is this part:
input type="text" class="form-control datetimepicker-input s_website_form_input" data-target="#datetimepicker41743430258734127" name="commitment_date" required="1" value="" placeholder="" id="okgguvygm1o8" data-fill-with="undefined"/>
In this datepicker I need to enable a minimum date of today + 2 days. I searched the forum how to do this, but so far I only found options that work in the backend (e.g. for the datepicker in the sales order detail). But nothing works for datepicker in website frontend (Checkout Extra Info) Here it is still allowed to select any date.
Can you please advise me where it is possible to edit this web frontend datepicker?
Thank you.