How to make fields readonly when i click button

P

Paul B

Hi

I have a form that people fill in and click a button to sumbit the form then
some other people.

I dont want the people reviewing the form to be able to edit the data that
is already on the form.

How can i set fields to be read only when they click the submit button
 
A

Alex [MSFT]

Set up conditional formatting on the control, something like "if field1 is
0, make this control read only".

Also, set up a rule on the button: set field1 to 0 on click.

Good luck,
Alex
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top