Page 1 of 1
date and time
Posted: Tue Aug 25, 2020 9:40 am
by resajj
Hi,
it is possible to automatically place date and time in text field. It is for registration email form because of the corona
thx.
rene
Re: date and time
Posted: Tue Aug 25, 2020 10:28 am
by Pablo
Did you try the 'date picker' widget?
Re: date and time
Posted: Tue Aug 25, 2020 10:33 am
by resajj
yes i have, but only indicates the date. and no time. what i want is date and time so i know when the guests have been in the restaurant
Re: date and time
Posted: Tue Aug 25, 2020 11:06 am
by Pablo
There is no standard option for date/time input.
This will require a third party script.
Re: date and time
Posted: Tue Aug 25, 2020 11:38 am
by resajj
do you know a script that I can possibly use ..
Re: date and time
Posted: Tue Aug 25, 2020 11:44 am
by zinc
resajj wrote: Tue Aug 25, 2020 11:38 am
do you know a script that I can possibly use ..
I am not sure if I understand exactly what you are trying to do but here is one:
https://stackoverflow.com/questions/204 ... ith-jquery
Re: date and time
Posted: Tue Aug 25, 2020 11:46 am
by BaconFries
Re: date and time
Posted: Tue Aug 25, 2020 11:51 am
by lummis
Are you using MySQL to store the data from the form. If so the form creates a table that includes DATESTAMP and TIME so the date and time will be recorded in the table automatically and can be displayed by using the Data Viewer or similar Extension. The only caveat is that the date and time will be that of the server so may not be local time. This assumes that you want the time that the form is completed.