Hi there!
I'm not having any success with the suggested fix.
I've got the element ID from the form records. It's 4634.
As well as trying several other alternatives, I used the following code:
echo "
<script>
jQuery(document).ready(function(){
ff_getElementByName('kal').addEventListener('click', function() {
document.querySelector('#ff_elem4634_calendarButton').focus();
});
});
</script>
";
That is: I replaced 9144 with 4634.
Whatever I put in there, it simply breaks the responsive calendar element. That is: the button doesn't bring up the responsive calendar popup.
I note that the original poster uses the term Responsive Calendar not working in Chrome but working in Firefox. That's exactly the same problem that I'm having.
However, when I view the screenshot it looks like the calendar, not the responsive calendar. In the screenshot, the apparent calendar (not responsive calendar) gives the same fault as for me in Chrome. The calendar works as expected for me in Chrome and Firefox.
If the responsive calendar can't be configured to work correctly in Chrome, I'd be quite happy to use the calendar instead. However, the calendar is not suitable in it's current configuration as it self populates with today's date and I need to be sure that people will choose the correct date required before submitting (which is the date a response is required by).
Is it possible to configure the calendar to not self populate?
Thanks,
Laurie.