Good Day All;
I am not sure if this has been asked before......
Is there a way to turn off the ability to edit a form once it has been completed and submitted?
Thanks all
Chomp
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
the easiest way I can think of would be to set all the fields to readonly.
Regards
Malcolm
Views
Replies
Total Likes
Hi,
the easiest way I can think of would be to set all the fields to readonly.
Regards
Malcolm
Views
Replies
Total Likes
Thanks Malcolm... That is what I thought... I guess there is no way to do it unless LiveCycle Designer is installed....
Chomp
Views
Replies
Total Likes
HI,
You could do it via script, on what ever you are using to perform your submit.
// repeat for all fields in the form.
myfield.access = "readonly"
(but yes the script would need to be put into the form using designer)
Regards
Malcolm
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies