SharePoint lists and libraries contain list forms that allow users to display, edit, and add items to a list or library using a list form.
1
vote
0answers
12 views
How to create object of type SP.ListItemFormUpdateValue
How can i instantiate object of type SP.ListItemFormUpdateValue and initialize it to a List field so i can read the field values on client side?
If this is not posible, how can i read a value in a ...
2
votes
2answers
47 views
Prevent/override standard Modal Dialog close button(X) from closing
I want to validate custom modal dialog form and if its not ok, prevent form from closing.
For this purpose, I attached to X-close-dialog-button. Problem is to prevent it's default behavior.
function ...
2
votes
2answers
53 views
Get Modal Dialog Close button
I have override new item form for list, opening myPage.aspx where this javascript is in the "PlaceHolderAdditionalPageHead":
function fGetCloseBtn() {
var closeButton = ...
2
votes
1answer
23 views
Adding a field in a SP database, wtih ability to paste images from clipboard
We currently have a database where screenshots are sometimes required to go along with the data. Currently it's a long process, since we have to first save it in a file and then attach it to the ...
1
vote
1answer
27 views
Sharepoint 2013 List/Form with Repeating and Non Repeating sections
Can someone point me to how to go about creating a sharepoint list form with a repeating and non repeating section?
For example, a form that basically submits a team's information to a sharepoint ...
1
vote
0answers
39 views
Customise list forms using Napa
My organisation is using SharePoint Online (Enterprise plan - now upgraded to SP2013) and would like to customise a number of the OOTB list NewItem, EditItem and DisplayItem forms.
Given my ...
0
votes
0answers
35 views
JavaScript OnChange for PeoplePicker or something similar in a NewForm.aspx
i have a document library where i added a people picker column where i can assign a person from the company. Also i have a column where the user should enter the department of the selected person.
Is ...
0
votes
2answers
26 views
Create an associated record in another lists automatically linked with the record I've just created in a list
I've two lists, one of persons, and one of addresses for theses persons (my purpose is that one person may have multiple adresses).
I'd like, when I add a person, to be able to directly add an ...
0
votes
1answer
15 views
Resources files and default list forms (SP2010)
I have a feature that provisions fields, a content type, and a list based on that content type (all programmatically)
To implement localization, I set the title of the SPFieldLink objects to a ...
1
vote
0answers
43 views
Lookup column automatic selection in list form upon adding new item
I have a site page with two related lists, this relation being established via the webpart option "insert related list", and I'm using ID column in my child list as the lookup column.
The child list ...
1
vote
1answer
74 views
How to show save and control button in Sharepoint forms without having users to scroll down to bottom
In order to see "save" and "close" buttons in Sharepoint forms (edit, display or view mode), we have to scroll down to the bottom.
How can I make all the controls visible at the same time without ...
0
votes
2answers
49 views
Modify List Forms with SP Designer 2013
I want to change the width of the fields and make the picture links viewed as an image not as an URL in the Display Form.
I can modify list views with SP Designer but I don't know how to modify the ...
2
votes
2answers
266 views
Disable a form text field with jquery in CEWP not working in Chrome/Firefox
I want to simply disable a text field (specifically a "person/group" field text box) from being editable on the edit form page of my list item. I have it working in IE using a Content Editor Web Part ...
0
votes
0answers
64 views
Creating a New Form for content types in SharePoint Designer
This question is specific for SharePoint 2010. I have one list with 2 site content types. In SharePoint Designer, I can create a New Form and specify a content type for that specific New Form. When ...
0
votes
0answers
11 views
Why do multi-select list boxes default into a group? Can't I just use a repeating text field?
I need to add a few hundred different multi-select list box (MSLB) controls to this form. And since IP doesn't allow me to easily name or arrange fields it is becoming quite a chore.
Do I really ...
0
votes
2answers
210 views
New List Item - How can I change the order of fields in the form?
I need to change the order in which some fields appear on the new list item form for one of my custom lists. Regardless of the ordering in the view I have selected, the fields always seem to appear ...
1
vote
1answer
70 views
Hide some fields from EditForm
I have some troubles with EditForm in Sharepoint.
In SPD 2010 i have created External Type and defined CRUD method for him. I want to show in Disp form all item fields, but in Create and Edit form ...
0
votes
1answer
99 views
Sharepoint 2010 List Settings
I am Using a List in which i created Approval Required Column as Choice(Drop Down) with values Yes or No. Also i have a People Picker Column. The objective is the people picker must be disabled or ...
1
vote
0answers
213 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 ...
0
votes
1answer
91 views
Editing list in Excel and save to existing Sharepoint list
In Sharepoint 2010 it is possible to export list into excel sheet format, but is it possible to edit list and then export it back to same Sharepoint list?
For example:
1) Sharepoint list (lets say ...
0
votes
2answers
213 views
Custom List Form with SharePoint Designer 2010 after default form was customized with InfoPath
I have a custom list in SharePoint 2010. I've customized the default form with InfoPath 2010 for two reasons:
Better display for the business.
Hide some fields that the users shouldn't be able to ...
0
votes
2answers
575 views
Conditional Show/Hide Field in NewForm.aspx with Javascript/Ajax
I want to show/hide a Field according to the selected value of a Choice field. How can i achieve this with javascript or AJAX?
Edit:
I tried this but, i cant even get the value of the selected value ...
0
votes
1answer
41 views
Form to pick a folder content type from a list and create such a foder
After a document is uploaded, SP opens a form (EditForm if I am not mistaken) that allows the user to pick the content type of the new document from a list of document content types allowed in the ...
1
vote
1answer
35 views
How to collect data from many users
In our company from time to time there are polls (like 'Name, Employee number, Will you attend the christmas party? Dinner preference?' ... ) which are typically handled via Excel sheets shared in a ...
1
vote
0answers
114 views
Default List pages (NewForm.aspx/EditForm.aspx) and breadcrumbs
All,
My understanding of SharePoint is that NewForm.aspx/EditForm.aspx et al. are Application Pages that for each List are initially fetched from the Hive directly and processed by ASP.NET, but can ...
1
vote
1answer
382 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
1answer
55 views
Unauthorized error when adding form to a form library
I have a webpart that extracts a form from an infopath template then it attempts to add this to a form library in SharePoint. I get an unauthorized error 401 when it attempts to add the file. It ...
2
votes
4answers
604 views
Joining two lists in a single view or edit form
I'm having trouble creating a joined edit or view form from 2 lists in Sharepoint 2010.
Details
I have two lists in Sharepoint 2010 that have a 1:1 relationship. When a user creates an entry in the ...
0
votes
0answers
31 views
How to create List/Workflow/Tasks in one environment to promote to higher one?
I would like to create a new List in SPD and then from there create a Workflow and Task/History lists.
I then want to be able to "package" everything up somehow so I can promote it up to the next ...
0
votes
0answers
35 views
Amending EditForm.aspx for new list with no data - just displays “No content available”
I've created a new list in SPD2010 (for SP Standard Edition) and I want to amend the EditForm so that I can e.g. re-arrange the fields and add some custom buttons to trigger workflows.
However, ...
0
votes
2answers
650 views
Button in InfoPath to start a workflow (Out of the box) [duplicate]
Possible Duplicate:
Is there a way to start a workflow through an infopath button?
I have a client that wants to start a workflow on a list item from the InfoPath form. I haven't actually ...
2
votes
2answers
201 views
Lookup List and return data from within a Form
OK, I'm beginning to despair at SharePoint...please help restore some faith :)
Seems some very basic things are very hard to achieve?
1:
I have data in an SQL database table. 78,000 rows, but I want ...
0
votes
0answers
158 views
Enhanced Rich Text Column Giving “File not found” Error
Last week clients called to complain that they weren't able to edit their list items, or create new ones and that they were getting a weird error.
When I go to see what they were talking about, sure ...
0
votes
1answer
254 views
post data from an HTML web form to a sharepoint 2007 list
I am trying to collect data from my user on an html web page in a form. Then I need for that data to post to the sharepoint list once the submit button is selected. The webpage is on the same ...
0
votes
1answer
225 views
SP Way to Use C# to Interact with NewForm.aspx?
(I asked a similar question, but decided to repost it with clearer wording.)
I have a SP 2010 list for which I have created a NewForm.aspx form using SharePoint Designer. I have discovered (the hard ...
0
votes
1answer
208 views
Empty/Blank newform.aspx on sharepoint 2010
I have created a list with 20 columns and I have this issue: when I click to add a new item the newform.aspx page that open is empty/blank (no control shown at all)!
I never had this problem before. ...
0
votes
2answers
66 views
How do I force a related list form to be rendered as a select menu?
This is SP2010. Working with lists, and specifically a related list "New Item" form. Problem is, one of my lists has about 300 items, and SP insists as rendering it as one of those look-ahead text ...
0
votes
1answer
161 views
Retain array value after postback in sharepoint list edit form
I have saved the values on the right side of multi-select lookup column in an array . When i click on "save" to save the form, the values are getting saved properly. But when i try to edit the form ...
1
vote
2answers
657 views
SP 2010 - Use Standard EditForm.aspx as the default Display Form in a list
SharePoint 2010 -
I am trying to set up a Calendar such that when a user clicks on an existing Calendar Item they immediately are in the Edit Form, not the Display Form. I can easily set a different ...
2
votes
3answers
4k views
redirect a user after submitting an infopath form
I made a custom list in SharePoint and then created an infopath form based on that list. I created a new page in my SharePoint publishing site and added an infopath webpart that looked at my ...
0
votes
1answer
568 views
form of list definition displays only 'Title'
I develop a ListTemplate for a Site. The Schema.xml contains already my custom content type, fields and a view. So far it works, but the default Forms only display the title of the elements. I read ...
3
votes
2answers
1k views
How to modify width of standard dialog form sharepoint 2010
Please, help me!
I need to modify width of standard dialog form for adding element into library.
If I click to ribbon button for adding element, form opened with width=402px:
<div ...
1
vote
1answer
838 views
create custom sharepoint new form in visual studio
I am creating a custom list inside a feature receiver. I would like to create a custom New Form for my list.
So, the list is not created via List definition.
Can anyone guide me how to create the ...
0
votes
2answers
317 views
Getting an “Access Denied” error when generating a new item (document set) form
I am working on a system in SharePoint 2010 where we have many (>40) custom content types, all derived from Document Set. The system also has some strictly defined user roles, so we have set up our ...
1
vote
0answers
189 views
ListFormWebPart and Default Values
I'm using the ListFormWebPart in a custom web part page for creating and editing objects.
One issue, though: when I go to create a new object using the LFWP, it seems to be populating it with some ...
0
votes
0answers
884 views
How to get/set the Sharepoint field elements with parametrized properties/attributes?
Tried to ask this question in comments to:
A Dummies Guide to SharePoint and jQuery–Getting & Setting SharePoint Form Fields
but my question is not appearing in comments 2nd day.
So, one ...
1
vote
3answers
164 views
2007 - Modifiy fields in NewForm
I have a custom list which contains a section of checkboxes on the NewForm that looks like this:
NewForm
What I want to do is be able to modifiy the list of checkboxes and group certain choices ...
1
vote
1answer
952 views
Show list form DispForm.aspx “in window” instead of as a dialog box
Does anyone know how to get a list form to display as an aspx page by default instead of as a popup iframe? For example, when a user clicks on a list item, DispForm.aspx opens as part of the same page ...
1
vote
2answers
282 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
505 views
Customize AllItems.aspx
I have a list "Projects". Each ListItem stores which users are working on that project.
I have 2 groups within SP - "ProjectManagers" and "ProjectMembers".
Now I want to customize AllItems.aspx ...




