Expand my Community achievements bar.

Freeze some completed fields

Avatar

Level 3

Hi!

I have another question: Suposse I have a form that I send to my clients, and I want, in some cases, to previously complete some fields and then send the form to them. Is there any way that I can freeze those fields and leave the rest of the form to be completed? Like if its possible to add some kind of button "freeze"

Thanks!

2 Replies

Avatar

Level 8

FieldObject.access="protected";

You can put that in the click event of your Freeze button. Replace 'FieldObject' with the name of your field and repeat as necessary.

Kyle

Avatar

Level 3

Thanks! i´ll try it later and come back