Questions tagged [edit-form]
A form by which users can edit the properties of a document or item.
217 questions
0
votes
0
answers
14
views
Editing form in SharePoint list not opening
After editing in grid view a row in the SharePoint list and then wanting to open the form by double clicking on the row to edit it again, for instance attach some file, the form gets hanged on Getting ...
0
votes
2
answers
47
views
Conditionally Show Hide 3 fields if first single line of text field equals "Technology"
(SharePoint 2013/2019)
While most of the Conditional Show/Hide jQuery solutions are triggered by a change in a Choice field, I am looking for jQuery that shows or hides three fields in a SharePoint ...
0
votes
1
answer
255
views
SharePoint Managed Metadata column displays with additional characters in PowerApps Edit Form
I have a SharePoint Library that includes 3 Managed Metadata columns. The user populates a SharePoint default form to create a new Doc Set, then a Canvas App populates with that data as an Approval ...
0
votes
1
answer
43
views
Sharepoint Online List - EditForm - Force a value in a field when we open it
I searched on this forum and on internet but didn't find my answer.
I use a Sharepoint online List and have an approval flow on each change done on items.
The approval flow is waiting a value = 'New' ...
0
votes
0
answers
125
views
Missing Edit form in SharePoint
I have a serious problem with the Edit Form on one of my lists. It has disappeared. I opened it to look at and know that you cannot make changes to it, doesn't allow changes. So I abandoned the idea ...
0
votes
0
answers
301
views
Hide value(s) in choice field
I would like hide (remove) the selections on edit form in Choice field type of Checkboxes, fox example there is 3 selections: Yes; Yes, but... and No. When I select Yes or Yes, but..., I need hide No....
0
votes
1
answer
2k
views
Link to EditForm of Document Library item in SharePoint Online
I need to send an email to users containing documents in a document library that lack necessary metadata. The list of items is generated using Microsoft Graph.
The WebUrl property that Graph exposes ...
0
votes
2
answers
3k
views
Edit list item form completely blank (empty white page) in Modern Experience
I have a custom list in SharePoint online where I can no longer edit from the item details view in Modern Experience. I can edit in Grid View, and I can view an item or create a new one in item ...
0
votes
0
answers
255
views
Deleted column is still appearing in new & edit forms of a list
The already deleted column is still appearing in the New and Edit Forms of a list.
We have already deleted the column but still it appears.
0
votes
1
answer
507
views
Problem Creating Cascading Drop-down Lists in PowerApps
I have a SharePoint list with called Service Areas and Directors with 2 Columns:
DirectorList & Team
The DirectorList column specifies the category which each Team sits within. I am trying to ...
0
votes
2
answers
88
views
Why does list form show crossed out text after editing?
I created a list form with an alert setup to watch for changes. After changes are made I receive an email that shows a line through previous text and the updated text next to it. See image. The ...
0
votes
1
answer
3k
views
How to set the SharePoint field value dynamically over a button click in edit form using PowerApps
I have a list with edit form has been customized using PowerApps. On edit form opening the fields have been rendering the selected item's respective values. Over the form I have a button which do some ...
1
vote
0
answers
94
views
SharePoint 2016 List - Edit Form - Radio Buttons
I have a SharePoint List to collect some information. I have two radio buttons and based on which radio button is selected, only specific fields will be shown and the others hidden.
This works great ...
0
votes
2
answers
1k
views
Unable to get the list default edit form URL using CSOM Powershell
I am using the CSOM for PowerShell to get all the default forms(new/display/edit) used by the list in SharePoint online site. Below is the code snippet for the same.
$NewFormUrl = $List....
0
votes
1
answer
616
views
Hide/Show field in EditForm based on already existing dropdown value
I'm totally new to SP and JS, so sorry in advance for lame question. I find situation similiar to mine here - Conditionally Hide/Show Field on Custom Edit Form but can't make it work.
I have an Edit ...