Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
Tenho um formulário editável e gostaria de bloquear para ter não acesso aos forms?
@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.
É um PDF editável.
@IRMJP Try this on subform:
form1.#subform[0].#subform[1]::initialize - (JavaScript, client)this.access="readOnly"
@IRMJP If this helped you, please mark the post as the solution.