Solved
Date Picker with Matrix Table
Hello - I have found a previous post about using a calendar date picker and was able to get it to work in a free text question. However, I am unable to get the date picker to work with a matrix question. Is the calendar date picker possible on the matrix question? If so, what am I doing wrong? I followed the same steps that got it to work in the free text question.
Best answer by TomG
@KOgles said:
> !
> Thanks TomG! Unfortunately, I am not a dev. I am copying, pasting and stumbling through the few things I've picked up here and there. I have attached a screenshot that shows both the matrix text field on inspect and the free text field on inspect. I know that they are different but do not understand what the differences are.
The code in the original post used the class InputText to select the text input. In a matrix the input field doesn't have that class, which is why it didn't work. Since you only have one input column in your matrix, you have two options.
1. Change your matrix to a text input form (which has the InputText class)
2. Use the selector `input[type=text]` in place of `.InputText` on the matrix.
> Thanks TomG! Unfortunately, I am not a dev. I am copying, pasting and stumbling through the few things I've picked up here and there. I have attached a screenshot that shows both the matrix text field on inspect and the free text field on inspect. I know that they are different but do not understand what the differences are.
The code in the original post used the class InputText to select the text input. In a matrix the input field doesn't have that class, which is why it didn't work. Since you only have one input column in your matrix, you have two options.
1. Change your matrix to a text input form (which has the InputText class)
2. Use the selector `input[type=text]` in place of `.InputText` on the matrix.Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
