Welcome to the nuBuilder Forums!
Register and log in to access exclusive forums and content available only to registered users.
Register and log in to access exclusive forums and content available only to registered users.
don't show the calcendar
-
- Posts: 30
- Joined: Fri Nov 09, 2018 5:42 pm
don't show the calcendar
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
Martin,
In the Javascript section of the Form put this...
Steven
In the Javascript section of the Form put this...
Code: Select all
$('#act_dob').attr('onclick', null)
Steven
-
- Posts: 30
- Joined: Fri Nov 09, 2018 5:42 pm
-
- nuBuilder Team
- Posts: 4292
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 71 times
- Been thanked: 444 times
- Contact:
Re: don't show the calcendar
Hi,
Add the attribute "nu-disable-calendar" to the objects you'd like to disable the calendar.
In nuforms.js, add this line:
(This is already included in the latest on Github)
Add the attribute "nu-disable-calendar" to the objects you'd like to disable the calendar.
In nuforms.js, add this line:
(This is already included in the latest on Github)
You do not have the required permissions to view the files attached to this post.