Forum Discussion
Nedim
3 months agoCommunity Member
Transform Your Text Entry Field into a Date Picker
A while ago, I was struggling with a history quiz where learners had to type in the date of a significant historical event. Although the required format was clearly stated in the instructions, many l...
Nedim
2 months agoCommunity Member
Hi Kim
1. Rename your "TextEntry" variable to "dateSelected"
2. Delete ${index + 1} part. It should read setVar(`dateSelected`, dateStr);
KimGrovo
2 months agoCommunity Member
Thank you sooo much! It works beautifully now. I have been messing with JS so much in the last few weeks it kind of overwhelmed me. I appreciate your set of eyes to find the problem. Using your help & the new JavaScript capability I easily got the reset to work when the try again is selected.
Thank you! I will be using this data picker a lot!
Kim