Expand my Community achievements bar.

Como Bloquear uma formulário.

Avatar

Level 2

Tenho um formulário editável e gostaria de bloquear para ter não acesso aos forms?

4 Replies

Avatar

Employee Advisor

@IRMJP is it pdf or adaptive form? In either case, put a script and make the form read-only i.e disable all the fields.

Avatar

Employee Advisor

@IRMJP 
Try this on subform:

 

form1.#subform[0].#subform[1]::initialize - (JavaScript, client)
this.access="readOnly"

Avatar

Employee Advisor

@IRMJP If this helped you, please mark the post as the solution.