Hello,
Can I create a hidden date field that records the date the form was submitted?
My client would like it to be in the format of month/day/year.
I know there is an automated time/date field, but the client just needs the date in the proper format so it imports into excel properly.
Thanks, Chuck
Can I create a hidden date field that records the date the form was submitted?
My client would like it to be in the format of month/day/year.
I know there is an automated time/date field, but the client just needs the date in the proper format so it imports into excel properly.
Thanks, Chuck
Hi Chuck,
Bob
<input type='hidden' name='date' id='date' value='<?php echo date('m/d/Y'); ?>' />
Bob
This topic is locked and no more replies can be posted.