Questions tagged [custom-form]
form for displaying or editing data in a list
649 questions
0votes
0answers
6views
SharePoint embed form and saving data to list in same SharePoint list
I have a HTML form embed within a page on SharePoint I need to save the data from above form to a list in the same SharePoint site using javascript Please assist with the JavaScript needed
0votes
0answers
77views
PnP SPFX dynamic form make overriden fields match OOTB fields
I'm using PnP SPFx controls dynamic form and followed this basic tutorial. I've been able to get a basic form for my SharePoint online list working. Now I want to customize a field. I found this ...
0votes
0answers
122views
PNP SPFx dynamic form customizer set value of a field
I'm using PNP SPFx react controls to create a customized form for a SharePoint online list. This is all set up and working. One of the fields in the form needs to be set automatically and I can't find ...
1vote
0answers
21views
Why is my footer not visible in Sharepoint 2019 custom form [closed]
My share point 2013 on premises branding contains a footer. The footer is visible on-site pages but not on any custom list forms. why is this so? However, this is not a problem on my subsites as the ...
0votes
0answers
129views
Changing SharePoint Calendar Event Form - Visual Customization and Conditional Inputs
I need help with customizing the SharePoint calendar event creation form. Currently, when I create an event, it opens a default form. Here is a picture of the default form: And here's what I'm trying ...
0votes
1answer
147views
Custom Form resets the People Picker Field?
I open an Item in the SharePoint List "A" to edit it. All values present in my custom Form, everything is nice, I can edit all, except the People Picker. I add a new person to the filed, and ...
0votes
2answers
33views
How to save changes with a custom form?
My Custom form has 2 Buttons: Save and Cancel. The Cancel works fine, but the Save does nothing. I get no one error. In RrlForm.tsx has an method - updateItem, this read the new inputs from ...
0votes
0answers
126views
Power App Clear Collection after save Custom form
I have two SharePoint Lists with one Custom Form. Custom Form has two Screens. Each screen is connected to own Sharepoint List. First screen of Custom form using for save data to SharePoint list main ...
0votes
0answers
348views
How to enable SharePoint Online form list setting radio button "Use a custom form created in InfoPath"
SharePoint On-Prem site is migrated to SharePoint Online and people are using the InfoPath form. For testing purpose we have changed form settings to "Use the default SharePoint form" from &...
0votes
1answer
42views
SharePoint Lists - Alternate Forms
I am working with a SharePoint List at the moment. The list manages the workflow for a number of different departments due to the nature of the business. Is it possible to create alternate forms for ...
0votes
1answer
3kviews
Custom Access Denied Page for Sharepoint Online
I was wondering if there exists a way to customize the Out of the Box Access Denied page, or Redirect it to custom access denied page in SharePoint Online. So far I haven't found a way, and Microsoft ...
0votes
0answers
94views
Embedding Online Modern Sharepoint Form controls in custom .aspx page
I'm wondering if it is possible to embed or call to field type like "person or group" to work in another .aspx page. I'm creating a form and the default modern form's layout even with the ...
0votes
0answers
87views
Call all unique Values from SPO List, threshold exceeded, into a drop down field
I have a custom table with drop down field, it need to show all unique value from a SharePoint online list. The problem is it already exceeded the 5000 limit threshold. And upon my query, it is only ...
0votes
1answer
417views
InfoPath - Unable to select drop-down when focus on rich text box
I've inherited responsibility for maintaining a custom InfoPath form for a content type in a SharePoint Online task list. I believe all functionality is native to InfoPath. The form has multiple ...
1vote
1answer
1kviews
How to load username and email id of a logged in user on my SharePoint site on a form input field within the page?
I have a sharepoint site where a person has to login using SSO ( using username/email id and passcode) to view its content. I have a form in the page where there are fields like username, email id ...