form for displaying or editing data in a list
1
vote
2answers
453 views
View folder content in detail view
I have a structure below;
Folder - Sharepoint Folder
Component - Custom Folder which is inherited from Folder
Deliverable - Custom Document which is inherited from Document
when I view a folder ...
1
vote
1answer
437 views
Creating and Deploying a Custom Login Page for SharePoint 2010
I want created a custom login page .
I use this link for created custom login .
But when i build the solution,don't create a folder inside .\Microsoft Shared\web server ...
1
vote
2answers
519 views
__redirect not working after __commit on Form Action Button
This is in Sharepoint 2007 -- Designer
I have written a Form Action button and it has the following Code:
<input type="button" value="Add List Item" name="BtnSave" onlick="javascript: ...
1
vote
1answer
663 views
How to make field text bold in custom edit form?
I am already using custom field iterators to customize the fields on my list forms.
When users are creating or editing a list item, I want certain field names to show in bold.
For example, when users ...
1
vote
3answers
1k views
Customizing the NewForm.aspx of the SharePoint 2007 List?
I have a sharepoint 2007 list and it has 6 site columns, want to have two modes of newform.aspx page. When user clicks on Newitem, it should display only 3 site columns and there should a link to the ...
1
vote
2answers
3k views
SP2010 Modal Dialog for Content Type “New” Form
When you create a new document set, you are presented with a modal dialog such as the following:
I want to have this kind of "New Form" (modal) for my custom content type (with custom form).
Now, ...
1
vote
3answers
4k views
Custom Form Template is not being used in SharePoint 2010
I have tried to create a custom form template but without success. I have followed several tutorials but it still does not use the custom template. If I change the template id to override the ...
1
vote
1answer
77 views
What is a good strategy for creating a calendar that requires supervisor approval to post an event?
I have been thrown into the Sharepoint deep end. My developer-side knowledge of the platform is limited, but I do have plenty of programming experience in general, so I'm confident that I can figure ...
1
vote
1answer
952 views
Heavy customization of DispForm.aspx
I'm building a quite complex application that have a lot of custom UI requirement, especially when displaying one item. The item show parts of it only when specific rules are met (mostly related to ...
1
vote
2answers
2k views
How to create custom EditForm and DisplayForm for custom content type?
I have developed a custom ASPX SharePoint application page using Visual Studio. I would like to use that page as the EditForm and DisplayForm for the custom content type.
At the moment, my page is ...
1
vote
2answers
1k views
Is it possible to have a lookup field with multiple source lists?
I have two lists: list A and list B. List A should have a new multiple choice lookup column that allows the user to choose items from both list A and list B. Is this even possible? I have a kind of ...
1
vote
3answers
449 views
Custom Infopath form - Dynamically create controls dependent on user entry
I am creating an inventory form on InfoPath 2010 to be used in SharePoint 2010.
I need to dynamically generate controls (text boxes) for serial numbers which depends on the number entered into a ...
1
vote
2answers
469 views
How to migrate custom list forms
We have several lists in our WSS 3.0 environment where NewForm.aspx, EditForm.aspx and DisplayForm.aspx are customized via SharePoint Designer 2007. Now we plan to upgrade to SharePoint Foundation ...
1
vote
1answer
3k views
Hiding Ribbon on List Item Custom Form
I am using InfoPath to create a custom form when users add items to a list. I am using views and my own submit button so I don't want the ribbon to be visible. How to hide it? Thanks
1
vote
1answer
556 views
passing parameter values to the event reciver sharepoint 2010
is there any way we can pass parameter value(selected form field value(drop down box) from newform.aspx)to the event receiver(itemadding) from newform.aspx()in sharepoint 2010, so that they can be ...
1
vote
1answer
339 views
Is it possible to create custom field control and custom edit forms for sharepoint online?
Is it possible to create custom field control and custom edit forms for sharepoint online?
Would like to do the same as explained in http://bit.ly/yoON5T but instead for sharepoint online. Point is ...
1
vote
1answer
227 views
Uploading .exe to list works with default form, but not customInfoPath form
(please note: this question isn't about the validity of allowing .exe files to be uploaded - We know the risks, and have read all the alternatives. For us, using .exe is critical, as we have decades ...
1
vote
2answers
1k views
signout.aspx doesn't seem to be used
I have a requirement to remove a non-SharePoint cookie (if it exists) when someone clicks the "Sign out" link in the users menu. The cookie comes from a 3rd party system that we can use for ...
1
vote
2answers
615 views
Validation on page load treats SharePoint field controls as empty
On a particular custom list item form I am making for my WSS 3.0 web app, I am required to validate the page when it is loaded up, so that any mistakes the user makes from a previous save are noted ...
1
vote
2answers
520 views
How to implement a hyperlink to display the logged in user?
I have a custom SharePoint list with about 20 fields. If possible, I wanted to include a hyperlink on the display, edit, new form so when the user clicks the hyperlink, their login name is displayed ...
1
vote
1answer
130 views
Customizing external list form
I need to create external list and i need customize display and edit forms.
I want add something like tabs, i.e. i want to input some fields in one tabs, and some in another. I must use ClientObject ...
1
vote
1answer
173 views
Change context using RenderContext for SharePoint control doesn't work after postback
I am trying to create an ASP workflow task form.
It should contain two types of fields:
fields from related item (on which WF was started);
fields from task (such as Due Date).
For that I try ...
1
vote
1answer
170 views
ListFieldIterator postback issue
I have strange behavior of ListFieldIterator in SharePoint 2013. I create custom template for my list in CONTROLTEMPLATES folder, copy default template and add button that does post back (the event ...
1
vote
1answer
356 views
SharePoint 2010 error while loading form
After a recent master page update I am noticing that some pages which usually have embedded forms are now displaying the following super informative error:
There has been an error while loading the ...
1
vote
1answer
53 views
Lists: Display custom form depending of field value
In My list I have field called STATUS which can take 4 different values (A,B,C,D), now when user press "Edit" I need to show different Form depending of STATUS (eg Form1 if 'A', Form2 if 'B')
Can you ...
1
vote
1answer
62 views
I have list that I need 2 columns (Choice) to pull up different fields
I have a column named Origination and a column named Sub organization.
When the user choose choice A in organization I need specific choices to pop up for Sub Organization.
When the user chooses ...
1
vote
1answer
252 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
2k views
How to create custom login page for extended claims-Windows authentication based Internet sharepoint application?
1) I have a Claims Based Windows Authentication web application which is being used by my internal Active Directory users. (Intranet app)
2) Now I want to expose this to the Internet (by configuring ...
1
vote
1answer
651 views
Overriding Sharepoint SaveButton
Fairly new to sharepoint, and working on a project which involves making custom webparts to enable extra functionality in new/edit/display webparts.
I have a working overridden SaveButton in the ...
1
vote
1answer
638 views
Sharepoint designer generated forms
I'm, quite unsuccessfully until now, trying to change sharepoint's default forms. Well I can create/change and set another form to be the default and that's where my success ends.
When editing a site ...
1
vote
1answer
259 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 ...
1
vote
2answers
51 views
How can I display the contents of a custom list in a custom form?
I'm designing an application that'll be used to track customer follow-ups call and I've designed a custom list that contains all the relevant data. I want the display to mimic our current webform ...
1
vote
1answer
498 views
How to integrate custom .ASPX solution in SharePoint list EditForm
I have developed a custom SharePoint solution which is consisted of one ASPX application page. Now, I would like to integrate that functionality in list item edit form. I have decided to create a ...
1
vote
2answers
283 views
How to implement 'on document property update' logic?
I need a functionality in which something happens after the properties of a document in document library get updated. I need some kind of event to fire after the user clicks Save button in edit form. ...
1
vote
1answer
58 views
Designer - Form Error when Moving Drop Down
I've created a custom list which is working just fine. The next step I need to achieve is to create a custom form for users to enter in the items to this custom list. This all seemed simple enough, so ...
1
vote
1answer
314 views
Sharepoint Ribbon for view item form going full option
I have a view item form which contains a custom WebPart for displaying that item. I have no issue with that but the ribbon for the display form looks weird: It contains lots of options that don't ...
1
vote
2answers
150 views
Creating Custom List Forms for Creating, Editing, or Displaying a List Item
I'm following this article (as well as different MSDN pages) and trying to add some custom template forms to my content type.
I think I'm doing all by the book, but for some reason wont deploy my ...
1
vote
3answers
3k views
SPD 2010: Can fields be hidden by Conditional Formatting on NewForm?
I use content types to dynamically change which fields (columns) are initially displayed on the newform page. I am trying to have the fields change as the user is filling out the form. I was trying to ...
1
vote
2answers
278 views
Confirmation box on cancel button and cross (rigth hand corner)
Whenever I leave a page as in exit the page like click the cross button or cancel button it should ask for confirmation -Do i want to navigate from the page(Yes/No)
If No, it should remain on the same ...
1
vote
1answer
509 views
Best practise add new form pages to existing list
We have a blog site that has allready been deployed to production. Now we need to add a new custom display form to a few of the lists in the blog. For new blogs of this type, it is not a problem as ...
1
vote
1answer
481 views
Custom Edit Form for a Picture Library SharePoint 2007
I want to create a custom edit form for a picture library, and change the default edit form for all picture libraries to a custom edit form.
My question: how to create such custom edit form for a ...
1
vote
0answers
14 views
Dynamically changed view of XsltListViewWebPart (in the custom form)
I have a form with custom XLV: <WebPartPages:XsltListViewWebPart ID="Xlv" runat="server" />, AFAIK, the view for this webpart is stored in the list as hidden. When user open form, the XLV query ...
1
vote
1answer
55 views
Quick way to change Custom New form web part into custom edit form
I just created a custom new form web part in C#. It works great and adds a new item to the list with the 'Save' button.
Now, I am trying to reuse the same code to create the custom edit form. But I ...
1
vote
1answer
38 views
warning of duplicate item while uploading file in document library
I have a standard document library. I want to prompt the user if file name already exists in document library. I want this Friendly Error (with custom error text) on "Upload Document" form when when ...
1
vote
1answer
223 views
Custom form template with external list does not work
I have following .ascx file
<%@ Assembly Name="Microsoft.Web.CommandUI, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
<%@ Register TagPrefix="SharePoint" ...
1
vote
0answers
215 views
Fully dynamic SharePoint 2010 Forms (newform.aspx,Edit.aspx etc.) generation
What we want :
A Form that display normal document library fields and in between show some custom controls e.g. Listbox,dropdowns,buttons.
How it works :
Custom controls hold associated task item ...
1
vote
2answers
96 views
How to determine item ContentType in FormControl (FieldIterator for instance)?
I've implemented my ListFieldIterator to change the way field controls rendered.
I'd like to change the behaviour of form depending on the item content type,
but any attempts to determine ...
1
vote
0answers
75 views
Document Library Custom Form
I have a document library where i have added a custom edit form. I also have given a custom dropdownlist in that form for the user to select the Content Type and default sharepoint save/back buttons. ...
1
vote
1answer
397 views
How to create event registration form that sends AUTOMATIC CONFIRMATION EMAIL using SharePoint 2010 anonymous custom list?
I'm trying to develop event registration form using anonymous SharePoint 2010 custom list.
Now, I got all the features I want; form fields, submit button that leads to confirmation page, but I want ...
1
vote
2answers
852 views
Sharepoint 2010 custom calendar display form Date formatting not displaying on site
I have been tasked with setting up a calendar on SharePoint 2010 Foundation to record bookings.
I would like to use a custom display form so I can remove and/or reorder the fields. I created a new ...




