Welcome to the nuBuilder Forums!
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, 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: 4562
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 76 times
- Been thanked: 528 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.