Hi there!
I have LF Forms 9.2 and need to use Javascript to hide calendar on a date field and make it as Read-only. I have tried doing this coding.
$('.ADate input').attr('readonly', 'readonly');
The field have changed to Read-only, but the calendar 's still there, behind the date field
Does anyone know how to do this?
Appreciate any help.