Como Bloquear uma formulário. | Community
Skip to main content
New Participant
May 30, 2022

Como Bloquear uma formulário.

  • May 30, 2022
  • 1 reply
  • 683 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

Mayank_Gandhi
Employee
May 31, 2022

@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.

IRMJPAuthor
New Participant
May 31, 2022

É um PDF editável.

Mayank_Gandhi
Employee
June 1, 2022

@irmjp 
Try this on subform:

 

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