I am trying to get a form to auto fill the date in a calendar. I cannot share it because it is locked but I can show you the code for the calendar question before entering date:
<input type="text" id="DatePicker0-label" role="combobox" aria-expanded="true" aria-haspopup="dialog" placeholder="Please input date (M/d/yyyy)" aria-labelledby="QuestionId_r774071368a0b4276a292d2c2edc23fee QuestionInfo_r774071368a0b4276a292d2c2edc23fee" class="ms-TextField-field field-216" aria-label="Date picker" aria-describedby="TextFieldDescription3" aria-invalid="false" aria-controls="DatePicker-Callout1">
and after entering date:
<input type="text" id="DatePicker0-label" role="combobox" aria-expanded="false" aria-haspopup="dialog" placeholder="Please input date (M/d/yyyy)" aria-labelledby="QuestionId_r774071368a0b4276a292d2c2edc23fee QuestionInfo_r774071368a0b4276a292d2c2edc23fee" class="ms-TextField-field field-216" aria-label="Date picker" aria-describedby="TextFieldDescription3" aria-invalid="false">
I followed the basic calendar advice but it has not worked.
I am also trying to click the submit button at the end and I've tried some things from the javascript tutorial but to no avail. Here is the script from inspecting the button:
<button data-automation-id="submitButton" class="css-170">Submit</button>
Any and all help is most appreciated!!!