Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
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.
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")
View solution in original post
Thank you for this it helped me out a lot.
Views
Likes
Replies