Forum Discussion
Bd2023-b
Aug 29, 2023Brass Contributor
Unable to add a view only textbox to sharepoint list form
Hi , I tried different approach but unable to mark the text box view only in sharepoint list form ? Any way to do it with Json ? I am asking as this field should not be updated by user . Note: Quest...
- Aug 29, 2023
- Kelly_Edinger - THANKS , thanks for helping . I thought that if we have a way in Json to do that. I think you are correct we don’t a way in Sharepoint online to do it right now. good discussion and thanks again.
Aug 29, 2023
Would this work to hide the field from the new/edit form with this https://learn.microsoft.com/en-us/sharepoint/dev/declarative-customization/list-form-conditional-show-hide
and then just display a list view as a web part on a page? If not, I'm afraid I just wasted a lot of your time. I don't see a way to do this with SharePoint Online.
and then just display a list view as a web part on a page? If not, I'm afraid I just wasted a lot of your time. I don't see a way to do this with SharePoint Online.
Bd2023-b
Aug 29, 2023Brass Contributor
- Kelly_Edinger - THANKS , thanks for helping . I thought that if we have a way in Json to do that. I think you are correct we don’t a way in Sharepoint online to do it right now. good discussion and thanks again.