Thank you, @kevin.fogarty
I imagined you thought this thread was long archived.
So, I can get 1 date-picker working fine with your single date-picker code:
<script>
$('#datepicker').datepicker();
</script>
For some reason, when I add the second date-picker, together with the extended code, neither date-picker works (even the first one breaks!).
Here’s a link to my project: https://preview.webflow.com/preview/dorians-first-project-f04e60?utm_source=dorians-first-project-f04e60&preview=d4734f4fc21053da74d5476eade8a9a5
What am I missing?