Tagged Questions
0
votes
0answers
8 views
Associate different custom list forms to different list views
I want to associated custom list forms , each time a different one for different views. Is this possible?
I have a document library. I have created views for Employee, Manager and HR. For each view i ...
0
votes
2answers
66 views
How to hide “Save” button on the MS Dialogue (pop-up) Ribbon?
I want to hide the "Save" button in the pop-up window which appears when we add new item.
I tried using javascript getElementById to hide in NewForm.aspx page but it didn't work.
Update:
I ...
0
votes
1answer
355 views
Ways of creating a Leave application form in Sharepoint?
I need to create a form as part of the workflow with details and validation by taking some data from leave database such as Leave available and work replacement with other details.
So, i need to ...
1
vote
2answers
3k views
Editing a custom infopath form published to a library?
I had built an infopath form and published it to a library in sharepoint.
Unfotunately, I lost the file on my local machine in the middle of a user profile sync chaos.
I tried editing the form in ...
1
vote
1answer
258 views
The attribute 'autoeventwireup' is not allowed in this page in sharepoint
I had two FARMS. QA and PROD. Both are identical. 2 WFE / 2 APPSERVERS / 1 SQL BACKEND.
When (in QA) I browse an .aspx page it returns this error:
The attribute 'autoeventwireup' is not allowed ...
1
vote
1answer
177 views
Workflow not starting on adding new item to list via a custom aspx page/form?
I am using FB Authentication and have a custom sign in page for Users(External) to request new accounts.
On request, their details are added to a custom list.
I have workflow on this custom list ...
1
vote
1answer
263 views
Customize list new/edit form page
Could someone outline the process of creating a page with a customized list form? I followed this guide to override the list form template, but this also customizes the built-in form pages/dialogs. I ...
4
votes
2answers
1k views
Content Type dropdown in a custom list edit form
I have two content types created A and B. I have a list definition where I placed those content types.
Using SPD 2010, I created a custom list edit form and as you know, SPD 2010 will ask you to bind ...
0
votes
2answers
4k views
Replacing the default listforms with custom.aspx pages SharePoint 2010
I have heard that we can replace the list forms (newform.aspx, dispform.aspx, editform.aspx) with custom.aspx pages SharePoint 2010 which have aspx controls instead of SharePoint form fields. Are ...