Is it possible to disable or hide the “Edit” option when you click to go into the form after a user submits?
I want to make sure no one is able to edit the form after it has been submitted. If there is any other way to handle it please share!
Thanks!
Page 1 / 1
Hi @jpacheco
You can’t disable the edit option.
One workaround is to use a validation rule. Once a form has been summited, set a SPO field to a specific value. IsSubmitted field equal “YES” - this can be set using a workflow.
Set the validation rule to check whether the value of the IsSubmitted field equals to “YES”. This field should be made read-only or hidden.
While users can edit the form they will not be able to submit the form.
Unfortunately no. I am not using classic designer in order to get the Edit or Submit button to hide…I’m using the responsive form that's located within Nintex Forms for O365.
Is this even a possibility or???
Thanks!
Hi @jpacheco
There are a number of options you can use but they can changed based on the level of control you need.
To help give you the best solution can you please explain the user story around not being able to edit the form post submission? Is there a reason for this and what are the next steps? is there a workflow involved and or are there some people who can edit and some that cannot.
A quick solution would be below.
Apply a rule to the save/submit buttons as follows, this wont stop them opening the edit form but should stop them from making any saves.
Hi @jpacheco Did Jake’s answer solve your question?