I've tried this:
<div class="form-group col-md-6 custom-row">
[date your-datearrivo class:form-control date-format:DD/MM/YYYY min:today]
</div>
<div class="form-group col-md-6 custom-row">
[date your-datepartenza class:form-control date-format:DD/MM/YYYY min:today+7days]
</div>
But it outputs this:
i.e. it doesnt init dates values as 12/02/2019 (today) and 19/02/2019 (today+7days). Just set min/max (which I don't need).
How can I display today + today+7days when I open the page where I have the Contact Form?