


I have a date field which gets the current date. However, when the form is signed and the fields are locked, it doesn't disable that event from running and invalidates the signature.
How can I prevent function/event from running when the form is signed?
Aditya
Views
Replies
Sign in to like this content
Total Likes
You can check the field to see if there is a value in it and only run the calc if it is
empty.
Paul
Views
Replies
Total Likes
There are multiple fields with different events... Does that I have to do the check for all? This would be too manual.
Aditya
Views
Replies
Sign in to like this content
Total Likes
You need some way of indicating that you want to stop setting the date each time the form is opened. If you check the contents of the date field and it has a value then you can stop the calculation ....no?
Paul
Views
Replies
Total Likes