Have a form setup through bootstrap form generator. Query is working and returning the correct data.
Problem is returned data has a date in it and will not populate unless I use a text input, however i need the end user to possibly update this field and a free form text input is not ideal. If I set the field to type date, it’s just blank. I have tried formatting the data to MM/dd/yyyy, it doesn’t help.
We noticed in the inspector this error related to the datepicker:
Hi.
This just means you are missing the date picker library includes in the main page. See if there are any unsaved changes.
If you are using NodeJS, Go to the layout page and create a datepicket there for Wappler to include the required files. Then you can remove the picker from layout page.
What exactly "doesn't work"?
And what exactly do you have on your page?
Note that the form generator is adding basic inputs only. It doesn't add components. If you want to use components you need to convert your inputs to the selected component afterwards ...