Page 1 of 2
Data from Date field doesn't record in database
Posted: Thu May 23, 2013 9:00 am
by Goncalo
Hi,
I created a form to collect data that contains a date field with a "Datepicker". When I click on Save button does not record nothing in the database, but if I remove the date field, records in database! In database table the date field is like date field. I don't understand! Can you help me?
Best regards,
Goncalo Macedo
Data from Date field doesn't record in database
Posted: Thu May 23, 2013 9:12 am
by Maryna Brodina
Hello! So when you test your app in browser it won't save data from date field to DB? Could you check are there any errors in console when you click Save button?
Data from Date field doesn't record in database
Posted: Thu May 23, 2013 9:33 am
by Goncalo
Yes, when I test my app in browser it won't save data from date field to DB and it won't save data from others fields... it dosn't create a new line in table database.
I don't see any errors... When I click in save button shows a a loader icon and when it stops i go to "Backend Services" and refresh table database and I don't have the new line that is suppose to create with the new record... but if I delete the "Datepicker" field in design view I test and it works.
Data from Date field doesn't record in database
Posted: Thu May 23, 2013 9:44 am
by Maryna Brodina
Could you post your publick app link so we can test it?
Data from Date field doesn't record in database
Posted: Thu May 23, 2013 10:07 am
by Goncalo
My public app link? I don't know if is this: http://appery.io/app/project/f87ec49b...
If tis is not my public app link, tell me how I get it.
Data from Date field doesn't record in database
Posted: Thu May 23, 2013 10:10 am
by Maryna Brodina
Data from Date field doesn't record in database
Posted: Thu May 23, 2013 10:30 am
by Goncalo
Data from Date field doesn't record in database
Posted: Thu May 23, 2013 10:33 am
by Maryna Brodina
I get 404 error. Is the URL correct?
Data from Date field doesn't record in database
Posted: Thu May 23, 2013 12:46 pm
by Maryna Brodina
Field "date" in DB has yyyy-mm-dd format. Please change date format to yy-mm-dd for yy-mm-dd component.
Data from Date field doesn't record in database
Posted: Thu May 23, 2013 1:04 pm
by Goncalo