I'd like to dynamically populate a hidden field with the date that the form was filled.
I guess I am looking for a function that can return a parameter name for the date of submission.
Much appreciated!
I'd like to dynamically populate a hidden field with the date that the form was filled.
I guess I am looking for a function that can return a parameter name for the date of submission.
Much appreciated!
If you add a hidden field to your form, and then go to the Advanced Tab you can insert a Default Value, one of which is Date in two different formats.
Sometimes the solution is much simpler than you think!
Many thanks that works a treat.