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.
date field will not fill - fast form
-
- Posts: 2
- Joined: Sat Jul 05, 2025 6:32 pm
date field will not fill - fast form
I'm brand new to nubuilder, so, I'm probably just doing something wrong. But, I made a fast form with a date field yyyy-dd-mm and when I try to add or update a row with the datepicker it fills the input box with the date, I click save, it says Record Saved and the date field goes blank. When I look in phpmyadmin the date field is NULL. If I set the date in phpmyadmin and refresh the form it shows up fine, if I then update it with the form it goes NULL again. Any tips on what to look at would be
You do not have the required permissions to view the files attached to this post.
-
- nuBuilder Team
- Posts: 4342
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 71 times
- Been thanked: 450 times
- Contact:
Re: date field will not fill - fast form
Hi,
It seems there's an issue in the current version of nuBuilder when creating a form using the Form Builder.
Please ensure that the object format is set correctly:
Table:
Column:
Value:
Note: This issue has been addressed and should now be resolved on GitHub.
It seems there's an issue in the current version of nuBuilder when creating a form using the Form Builder.
Please ensure that the object format is set correctly:
Table:
zzzzsys_object
Column:
sob_input_format
Value:
D|yyyy-mm-dd
Note: This issue has been addressed and should now be resolved on GitHub.
-
- Posts: 2
- Joined: Sat Jul 05, 2025 6:32 pm
Re: date field will not fill - fast form
Oh, so it is actually a bug? cool
I cloned the github repo again and ran the database update thing and made a new form and it looks like it's working ok. Didn't fix the old form, but I'll just delete it
Thank you!
I cloned the github repo again and ran the database update thing and made a new form and it looks like it's working ok. Didn't fix the old form, but I'll just delete it
Thank you!