I need customers to only be able to pick dates from the selector on the check out page and they should not be able to edit the date on the field and override the value. Is there an easy way to do this?
I'm not too sure what you mean. Which selector do you want them to be able to choose from, and what do you want disabled? Maybe post some screenshots.
?
I think you'll be best off contacting Neto support - that sounds like a bug in managed checkout.
They've not changed it but it's literally a one word change - add "readonly" to end of the tag:
<input type="text" class="form-control hasDatepicker" id="delivery_date0" ... readonly>
Problem solved. Lets see how long it takes them to add..
@Test User? oh I've been trying to look where I can add the "readonly" to the field, but couldn't quite find where the correct place to do this in. Are you able to point me in the write direction?
You can't add it yourself - it's on the checkout page which only Neto can alter.