Hi all, just checking is there a way to convert the calendar field in a form to a pop up calendar style instead of the current drop down or text?
I understand it might require bit of javascript/css, anyone with exsiting setup/solution suggestion would great!
thanks in advance
I have used input type=“date” it catually works however it’s not displaying the date on the email received, wondering what happened, cheers all
here is the code I have used for body content, did i miss anything because I set the email body as %form_summary% but this input doesn’t have the %question_field_xxxxx_q1%
Date
sorry here is the code
<label class="sq-form-question-title">Date</label>
<div class="sq-form-question-answer">
<input type="date" min="%globals_date%" value="true">
</div>
