I created a form with a submit button and the form is sent via email. Can the date when the form is submitted show up in a date field with the button is pressed?
Any help with this is much appreciated. Thanks.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
there is a preSubmit event for form objects you can use.
Select your date field, open the script editor and add this script (language is FormCalc) into the preSubmit event.
$ = num2date(date(), "MM/DD/YYYY")
Views
Replies
Total Likes
Hi,
there is a preSubmit event for form objects you can use.
Select your date field, open the script editor and add this script (language is FormCalc) into the preSubmit event.
$ = num2date(date(), "MM/DD/YYYY")
Views
Replies
Total Likes
Thank you for this it helped me out a lot.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies