Page 1 of 1

don't show the calcendar

Posted: Wed Jan 09, 2019 6:19 am
by Martin
Hi, wow do I prevent the calendar of a date field from being displayed? This makes little sense when entering a date of birth. Thank you.

Re: don't show the calcendar

Posted: Thu Jan 10, 2019 3:49 am
by admin
Martin,

In the Javascript section of the Form put this...

Code: Select all

$('#act_dob').attr('onclick', null)

Steven

Re: don't show the calcendar

Posted: Fri Jan 11, 2019 5:53 am
by Martin
Works like a charm!

Re: don't show the calcendar

Posted: Mon Mar 03, 2025 12:46 am
by Lala
How can you stop the calendar showing in a subform grid?

Re: don't show the calcendar

Posted: Mon Mar 03, 2025 8:51 am
by kev1n
Hi,

Add the attribute "nu-disable-calendar" to the objects you'd like to disable the calendar.

nu-disable-calendar_attribute.png
In nuforms.js, add this line:

nuform.js.jpg

(This is already included in the latest on Github)

Re: don't show the calcendar

Posted: Mon Mar 03, 2025 11:54 pm
by Lala
Thank you!