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
- Pablo
- Posts: 23703
- Joined: Sun Mar 28, 2004 12:00 pm
- Location: Europe
- Contact:
Re: date and time
Did you try the 'date picker' widget?
-
-
- Posts: 36
- Joined: Thu May 17, 2012 9:42 am
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
- Pablo
- Posts: 23703
- Joined: Sun Mar 28, 2004 12:00 pm
- Location: Europe
- Contact:
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.
-
-
- Posts: 36
- Joined: Thu May 17, 2012 9:42 am
Re: date and time
do you know a script that I can possibly use ..
- zinc
-
- Posts: 2190
- Joined: Sat Dec 08, 2007 3:06 pm
- Location: London, United Kingdom
- Contact:
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: 6014
- 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
-
-
- Posts: 223
- Joined: Sun Apr 24, 2011 9:18 am
- Location: UK
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.