You are viewing limited content. For full access, please sign in.

Question

Question

Submission date field in Laserfiche forms

asked on May 5, 2023

How can I have a field that will automatically populate the submission date when a Laserfiche form is submitted. 

0 0

Replies

replied on May 8, 2023

You can also use current_date on the default box and this will automatically populate the date the form was submitted.  As long as you make it read only, it can't be changed.

 

3 0
replied on May 6, 2023

If you want to use this value in subsequent steps, you can use the previous submission completion time in default value and set it to readonly.

If you want a field to store the submission time, you can only use JavaScript.

0 0
replied on May 9, 2023

JavaScript is not necessary. As Angela mentioned, setting a read-only field with current date as the default will provide the desired results because it doesn't set the value until submission (this seems to be true for both form designers).

 

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.