form for displaying or editing data in a list

learn more… | top users | synonyms

1
vote
0answers
13 views

What causes this error? - Server error: This schedule may only be modified using the SharePoint forms?

I have a list which has a bunch of aspx pages in the root of the list, along with the standard New, Edit, Display forms. I am not able to save any of these, I recieve the error noted in the Title. I ...
1
vote
1answer
106 views

How to display fields horizontally in a New or Edit form in a Sharepoint list

I'm build a sharepoint list and a form that will allow me to track projects and spend through the year. I would like to display the monthly spend input fields horizontally (across) rather than ...
1
vote
1answer
33 views

How to open application page on check in button click in document library

For a document library ,while checking in document, I need to open a customized check in form on click of check in button instead of opening inbuilt form. Does anybody know how to do this ? Thanks ...
1
vote
1answer
268 views

How do I populate a 'NewItem' form field automatically using a field from an item from another list

I have two lists 1) List for the characterisation of a Product 2) List for the production of a Product after characterisation For rudimentary access permissions reasons these need to be two ...
1
vote
0answers
37 views

Custom Form for Document send to option

Good Day! I have a project on Sharepoint 2010 which requires the following: 1) Under the document settings, there is a "send to" option, I need to be able to add a location to that "send to" which ...
1
vote
0answers
216 views

Close window after save editform with Drop off library

I have a problem with closing my explorer window from the SharePoint 2010 listitem editform. I am opening a new explorer window from Outlook. In this window I open the editform from the ...
1
vote
1answer
172 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
2answers
1k views

How to use non-browser forms created by Infopath Filler (published to a Sharepoint Form Library)?

I have requirements to create Infopath Filler 2010 forms. They are non-browser and are not served through Sharepoint Infopath Services (so require Infopath installed on all clients) but have ...
1
vote
1answer
200 views

Item Display Form showing View + Page tab in Ribbon while other pages have only View

I have a list with a display form for which I have specified a different rendering WebPart: DataFormWebPart as opposed to the default ListFormWebPart. This caused some issues with the Ribbon. I ...
1
vote
1answer
358 views

How to merge InfoPath forms? [closed]

I have a set of forms having some information in repeating table... I need to merge these forms and view it in a single page... Is it possible?
1
vote
1answer
430 views

Using tokens in custom list forms

I am deploying a list using Visual Studio 2010 that is based on a content type I created. The list also uses custom new/edit/display forms whcih I created using SharePoint Designer. I achieve this all ...
1
vote
0answers
159 views

My custom form isn't saving lookup fields

I have a list with two content types. I've created two custom forms for creating new items (because one field I don't want until the 'edit' form). One works great. The other one doesn't. What's ...
1
vote
1answer
600 views

Infopath 2010 “Get choices from fields in this form” combo box is read only. Why?

I created an Infopath custom form and I want to have a combo box that retrieves its data from other fields in the form (user fills a repeating group in View 1 and then in View 2 I want to display the ...
1
vote
0answers
81 views

How to manage hardcoded paths in custom InfoPath forms for different environments (dev, staging, release)?

When you create custom InfoPath forms for your SharePoint components (lists, workflow tasks or initialization form etc) all web references point to InfoPath Designer. Create one from a blank form and ...
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 ...
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 ...
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 ...
1
vote
1answer
183 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 ...
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 ...
0
votes
2answers
148 views

SPD and form fields - can I refer to field IDs by their SPD variables, “ff6{$Pos}”?

I'm working on a NewForm.aspx in SPD. The form controls and labels have an ID such as "ff6{$Pos}", "ff4description{$Pos}" and so forth. As I mouse over those items, I see SPD calls it a "code ...
0
votes
3answers
2k views

newform.aspx and People Picker field - set current user as default?

This is for SP2010. Got a list. One of the fields is a "Person or Group" type, with the results limited to members of an SP group. I've created a copy of NewForm.aspx in SharePoint Designer, and am ...
0
votes
1answer
3k views

How do I update a lookup column from a dropdownlist?

I'm creating a custom web part in asp.net for SharePoint 2010 programmatically. When a user presses an Add button, the selected item from the dropdownlist is supposed to then be added to the Groups ...
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, ...
0
votes
2answers
33 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
2answers
393 views

Setting up the list definition schema for a custom form in VS2010

I'm creating a custom NewForm for a list (and will subsequently be doing EditForm and Display form), but I can't work out how to populate the Form attribute in the list definition's Schema.xml file. ...
0
votes
2answers
261 views

What can be preventing OnTaskChanged from triggering with custom InfoPath task forms in the workflow?

Why could this be happening: VS Workflow with custom InfoPath Task Forms does not trigger OnTaskChanged when form is submitted with data (so clearly changed). Funny thing is that the same workflow ...
0
votes
2answers
2k views

Custom Task Forms created in InfoPath for Visual Studio Workflow

This article discusses creating Visual Studio workflow with custom task forms, created in InfoPath: http://www.codeproject.com/Articles/195348/SharePoint-2010-State-Machine-Workflows-with-Custo I've ...
0
votes
2answers
1k views

Building ASP.NET forms in SharePoint 2010

We need to create a couple of dozen forms on SharePoint 2010 and would like to use ASP.NET and Visual Studio 2010 for this task. The forms need to have the same look-and-feel. The current forms are in ...
0
votes
1answer
293 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 ...
0
votes
3answers
687 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"> ...
0
votes
1answer
640 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
741 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
882 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
121 views

DVWP, xsl choose

I'm looking at building a solution that will use this as it's base: Content Types as Statuses and I'd like to know if it's possible to create a DVWP form that only allows the first form, eg the ...
0
votes
1answer
15 views

InfoPath 2013 to replace formated SSRS reports of Single SharePoint List items?

New to Infopath. Can we natually and easily use Infopath 2013 to do the following with SharePoint: Format SharePoint List Data on a sharePoint WebPart web page for a single SP List item (determined ...
0
votes
1answer
60 views

Opening newform/editform.aspx in SP Designer for further customization only shows default forms

On a document library I have a custom content type and I want to edit its forms in SP Designer. Going to the library in Designer and clicking on any of the forms in the Forms section shows a seemingly ...
0
votes
1answer
58 views

Reformatting the Choice Field to be more user friendly

This is an odd one, so I appreciate any help with this. We have a choice field, Work Status, on a list used for project tracking. Over the course of requirements creep (out of my control!), the ...
0
votes
1answer
51 views

save and insert custom form as webpart

I have a list, lets call it Potatoes. This list normally offers me NewPotato.aspx, EditPotato.aspx and ViewPotato.aspx. I needed a custom edit form, so I made SubscribePotato.aspx. How can I save ...
0
votes
1answer
317 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 ...
0
votes
4answers
290 views

Can't activate administrator approved form to a site collection. List Item Validation Error

When I try to activate any form to a specific site collection, I get List Item Validation Failed error. If I change the site collection to a different one it works. The error occurs even when I try to ...
0
votes
1answer
252 views

getItemById javascript error

I'm creating a custom form and am trying to add a button to the form, and have functionality when its clicked. I don't really have much experience with javascript, so if there is a better approach to ...
0
votes
1answer
1k views

How do I persist the value of a Multiple-Selection List Box in a web form

I'm building a web enabled form in InfoPath that will be deployed as the form for a form library. The form has a group of check boxes that have been created as a Multiple-Selection List Box. When I ...
0
votes
1answer
177 views

Upload a document and fill out list item data in the same form

I am working on a solution where I need to upload a document to a document library, as well as input the item information. I would like to do this from a single form, as opposed to the Out-of-the-box ...
0
votes
1answer
133 views

Custom List edit & view options go to root calendar

I have used sharepoint designer to create some custom forms for viewing & editing list items, however now when I select either of those options the link takes me to the calendar of the root site. ...
0
votes
2answers
2k views

Editing OOB “Add Comment” Post Webpart

I've gotten pretty good at editing OOB XSLT List View parts, but there's one section I'm not really sure how to edit. In my blog, I enabled comments. However, I think the default "Add Comment" web ...
0
votes
1answer
204 views

Populate ListBox dynamically in term of the choice in another ListBox in infopath

I have serverals problems to create a dynamic form with InfoPath. Here is how my Sharepoint lists looks like : Places Table : City | Adress | Phone number | ... Ressources Tables : City | ...
0
votes
6answers
467 views

How add item name with URL in EditForm?

Maybe someone know how add item name with link in EditForm, like it is in DispForm? Image of what I need to do: (if the image isn't visible: http://i.stack.imgur.com/CqxQU.jpg)
0
votes
1answer
41 views

Interaction between custom forms and event recievers

How can we interect with custom forms and event recievers? How can we talk to custom fields (asp controls) within the custom form from an event recievers?
0
votes
1answer
163 views

How do we build custom forms in a sharepoint solution?

Sharepoint designer is not allowed. The forms must contain fields with references to list items but may contain custom asp controls as well, which we whish to use later in the process. The target ...
0
votes
2answers
1k views

InfoPath Can't Connect To SharePoint 2010 Server (Enterprise)

I am running a SharePoint 2010 enterprise server. A few months ago I had working InfoPath integration however we weren't sure we'd have the CALS to go live with it so I disabled the Enterprise Site ...