Page 1 of 1

date field will not fill - fast form

Posted: Sat Jul 05, 2025 7:00 pm
by dwntwnprtytm
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

Re: date field will not fill - fast form

Posted: Sat Jul 05, 2025 9:44 pm
by kev1n
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: zzzzsys_object
Column: sob_input_format
Value: D|yyyy-mm-dd

Note: This issue has been addressed and should now be resolved on GitHub.

Re: date field will not fill - fast form

Posted: Sat Jul 05, 2025 11:48 pm
by dwntwnprtytm
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!