The form contains a calendar for selecting the date of the report. Each time before closing the form, it asks if the selected date should be saved, but this is not necessary.
How to suppress the question?
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 ask for confirmation to close the form
-
- nuBuilder Team
- Posts: 4304
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 71 times
- Been thanked: 445 times
- Contact:
Re: Don't ask for confirmation to close the form
Hi,
Add an onchange event to the date field with the Javascript
Add an onchange event to the date field with the Javascript
Code: Select all
nuHasNotBeenEdited();
You do not have the required permissions to view the files attached to this post.
-
- Posts: 366
- Joined: Sat Apr 11, 2020 12:03 am
- Has thanked: 3 times
- Been thanked: 4 times
- Contact:
Re: Don't ask for confirmation to close the form
Thanks !kev1n wrote:Hi,
Add an onchange event to the date field with the Javascript
Code: Select all
nuHasNotBeenEdited();