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
date and time
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Re: date and time
Did you try the 'date picker' widget?
Re: date and time
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
There is no standard option for date/time input.
This will require a third party script.
This will require a third party script.
Re: date and time
do you know a script that I can possibly use ..
Re: date and time
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
Running WYSIWYG Web Builder since 2007...
- BaconFries
-
- Posts: 5842
- Joined: Thu Aug 16, 2007 7:32 pm
Re: date and time
See the following:
www.jonthornton.com/jquery-timepicker
www.jonthornton.com/jquery-timepicker
Re: date and time
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.