form for displaying or editing data in a list
1
vote
2answers
149 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 ...
0
votes
1answer
289 views
Remove the ribbon on add new item
On the "Add new item" option on a list, the new form page has a ribbon attached:
I want to edit this page into a custom one with more different types of "Save" buttons.
Before I start cranking at ...
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
0answers
116 views
Infopath forms - Filter external datasource items by user profile
As a continuation of another question of mine, I'm implementing cascading drop-downs using InfoPath based on this article . The thing works nice but I'm wondering if there is a way to also filter the ...
0
votes
1answer
1k views
Code-behind in a custom EditForm page
I've inherited a project that has a custom Edit form for a list. It's called EditFormCustom.aspx. The page was customized through SharePoint designer. A code-behind was added by doing the following:
...
1
vote
1answer
2k views
The attribute 'autoeventwireup' is not allowed in this page
I have created a custom list with a custom newform. Using all OOTB SharePoint masterpages it works great. I now roll it to our test farm and it errors with a custom masterpage. The error is
The ...
0
votes
2answers
568 views
SharePoint List custom 'new' form: translate field labels
I'm building a system that uses SharePoint lists to present forms to our website visitors, and these visitors can select a language preference for our website, so the form should be presented in that ...
2
votes
4answers
1k views
Single form for multiple lists
Is there any chance to do that? If so, what do you suggest me to do? I have two custom lists that are related to each other, while adding an item to main list, i have to add some parts of it into ...
2
votes
1answer
2k views
How to submit an InfoPath form to a SharePoint List via email?
I want to some users to submit some data via a form (InfoPath) sent by email in such a way that the form data is captured in the list.
i.e.
Form is sent in an Email alert.
The data filled in the ...
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 ...
0
votes
3answers
684 views
InputFormSection adding more space than it should
I'm using the InputFormSection control on a custom user control, sample below
<table border="0" cellspacing="0" cellpadding="0" class="propertysheet" width="700px">
...
2
votes
2answers
2k views
Custom Form Does Not Display “Created By” value
I'm creating a custom form in SharePoint designer and I'd like to display the value of the "Created By" field in a section of the form. I've done this successfully with other columns in the form.
For ...
0
votes
1answer
130 views
prepopulating columns with creator's property fields like phone and Title in newform
ShaerPoint 2007. Any good client code to do this? Possible with a calculated column?
2
votes
2answers
1k views
How to make SharePoint fields mandatory conditioned on other fields?
For example, in a workflow task, I might have a master field called "Approve" which, if set to "No", makes it unnecessary to complete the rest of the form (and thus makes them non-mandatory). Is there ...
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
0answers
827 views
Overriding FormUrls and alternative form?
In a content type, I override the forms of the CT :
<XmlDocuments>
<XmlDocument NamespaceURI="http://schemas.microsoft.com/sharepoint/v3/contenttype/forms/url">
<FormUrls ...
3
votes
2answers
2k views
How do I deploy custom list edit forms in the sandbox?
I'm creating a List Definition for use on 2007, 2010 (Sandboxed), and 2010 (unrestricted) that will need custom new and edit forms; unfortunately the Sandbox specifically excludes custom application ...
1
vote
1answer
182 views
infopath form submit error not getting logged
What is it that would cause no error message to be logged if the form fails to submit?
I have a form that has custom submit code written and at times fails on submit. It gives a correlation id which ...
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
507 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
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 ...
2
votes
0answers
685 views
Multiple Item Form only updates last row
I've created a multiple item form in SharePoint Designer 2007. However when I click save only the last row gets updated. I've simplified this down to just a primary key value and an input field yet ...
5
votes
3answers
1k views
How do I fetch the attachments from an AttachmentsField control?
In WSS 3.0, I've got an edit form which includes an AttachmentsField control. It corresponds to the list of existing attachments, with delete links. In a normal edit form, if you delete an attachment ...
1
vote
2answers
612 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 ...
2
votes
0answers
362 views
Custom Edit Form for Drop Off Library doesn’t work properly
I have to customize edit form for the Drop Off Library – add some additional fields from external content type Partner, define certain field to be in Display mode ...
So, I created a custom edit form ...
1
vote
1answer
655 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
2answers
519 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
2answers
538 views
SharePoint 2010 - Electronic form data into SharePoint
We have a need for users to fill out an electronic form. I then want this data to be available in a SharePoint list for tracking purposes. SharePoint is in a hosted environment where I do not have ...
7
votes
3answers
1k views
Data View Web Part and Custom List Form show Attachments
I have found a few ways to add attachments to a Data View Web Part, but I can only get this to work when the SharePoint:AttachmentsField is not being used anywhere else on the page.
Currently my ...
4
votes
1answer
1k views
Exception from HRESULT: 0x80131904 - when using Custom List Forms
Can anyone help ?
I run into a strange problem.
I have a custom List designed in Visual Studio 2010 with Custom Content Type.When I add Item to the list using default forms everything works ok.
...
2
votes
1answer
336 views
Upload a file into new document upon folder creation
I have a document library in which I want to store folders (people). Each folder have some metadata (person's properties). Then in each such folder I will hold documents (files) associated with ...
0
votes
1answer
639 views
How can I remove/hide modified information on DispForm.aspx for Append?
I have a document library with a custom DispForm.aspx page. In this library, I have a column with the option Append Changes to Text. The DispForm.aspx displays the information correctly by this code
...
0
votes
1answer
733 views
Custom InfoPath Form - Upload Image from Computer Dialog
After customizing a sharepoint 2010 list form, I am losing the ability to upload an image from computer in a rich text box. It seems that this option is only available in the default SharePoint 2010 ...
0
votes
2answers
1k views
SharePoint 2010 ribbons disappears when customizing EditForm.aspx
When opening/editing a list item, the default ribbons (delete, version history, etc) appear at the top.
However when I customize the EditForm.aspx and replace the default webpart with custom content, ...
2
votes
2answers
2k views
Form Action Workflow “canceled by System Account”
I've created a button, around which I've wrapped a form action that calls a custom form action. Problem is, it keeps erroring off with:
User ID Date Occurred Event Type Duration ...
0
votes
1answer
203 views
Modal error dialog
I would like to modify modal dialog for add/edit list items. Precisely, if i got some error message because user didn't enter correct informations in modal form (I have validators), then - I want to ...
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 ...
4
votes
3answers
6k views
How do I customize a workflow task form?
I am trying to edit the form that appears when I edit one of my tasks in SharePoint 2010. I currently have a Workflow with an approval process. I believe I can get to the relevent form for my ...
3
votes
2answers
900 views
Possible to have Infopath form deployed in a feature? SP2010/VS2010
I'm using new VS2010 Sharepoint Project. I can add a site column, content type, list definition without any problem.
Is it possible to also have an InfoPath form included in a Feature?
I want to be ...
0
votes
2answers
880 views
Sharepoint Document Library with Item Content-Type?
Here is my problem:
I wanted to use InfoPath forms, but due to complexity I have to switch to aspx forms. With Infopath Forms I could use a Forms Library, where the user is presented with ...
0
votes
2answers
1k views
Create Floating Menu With jQuery in NewForm.aspx
Part 1. I'm attempting to add a floating DIV within a SharePoint form. The description within the DIV is critical for filling out the form correctly and must be viewable at all times. So, as the user ...
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, ...
0
votes
1answer
1k views
Workflow createTask: How to customize regular InfoPath task template?
Can I customize the InfoPath task form which is used by the regular createTask activity?
I know I can create my own form and reference that in the elements.xml file, but I like using ...
4
votes
1answer
764 views
Custom form: Attachments are half-broken
I've created a custom edit form, and the attachments functionality is half-broken. When I click the attach button, it takes me to the attach form and I can browse, select a file, and hit OK. That ...
0
votes
1answer
508 views
SharePoint Designer doesn't see changes in content type
I've changed a site content type and set it to update those that inherit from it. However, when I go to create a custom list form based on a list with one of those content types, SPD gives me the old ...
2
votes
1answer
464 views
Document Library Icons
For SharePoint (2007/2010) if I want to build custom UI to render a Document Library (pretty it up a bit), is there a field on a Document Library SPListItem that tells me the link to the document ...
0
votes
1answer
2k views
What is the best practice for creating a custom form in SharePoint 2010?
What is best practice for creating a custom List/View/Edit/New page for OOB SharePoint lists in 2010?
We have a site that wants to surface many OOB SharePoint 2010 lists (think Announcements, Events, ...
0
votes
2answers
551 views
SPD 2007 Custom Calendar NewForm.aspx broke DispForm.aspx
Hello I edited NewForm.aspx in a Calendar List now every time someone clicks on an event in any calendar view for the list, it takes the user to NewForm.aspx instead of DispForm.aspx, I changed GUIDs ...
1
vote
1answer
480 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 ...
2
votes
3answers
5k views
Sharepoint Designer 2010 Make Copy of NewForm.aspx
How do you create a new copy of NewForm.aspx in Sharepoint Designer 2010. I would like to the customize the copy. I tried to copy the source code from the original to a new New Item Form, but that ...


