Hi Everyone Can some please help me in this problem? I am submitting data through form in the share point list. in the new Form there is dropdown field that contains 1,2,3,4,5,6 (e.g.). while submitting the data first time user can select any value (depending upon project phase) and submit.
when next time when user select the project and edit the submitted project details then user can only select the next phase value. e.g. ( if previously already selected 1 then 2,3,4,5,6 should be disable/visible in the dropdown. if previously already selected 2 then 3,4,5,6 should be disable/visible in dropdown)
I am not sure if there any way to do this.