Skip to main content
Nintex Community Menu Bar

How to make read only field editable after requester submits form on sharepoint

  • November 3, 2017
  • 1 reply
  • 21 views

Forum|alt.badge.img+1

Hi , I have a Sharepoint form where I need one field to be read only at the time of submit , after the user submits it should become editable so as the workflow will update the same 

1 reply

Forum|alt.badge.img+17
  • March 14, 2019

Use rules on the form that will not allow the user to modify the field if its in edit or display mode. This means they can only modify the field when its a new form. 

 

You can use the workflow to update the list column in SharePoint using the update list item action, or update item action.