1
vote
1answer
31 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 ...
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 ...
1
vote
1answer
75 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
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 ...
1
vote
1answer
72 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
100 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
1answer
393 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 ...
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
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
201 views

SharePoint Item Edit Form (editform.aspx) keeps closing webparts

We have a custom list within MOSS 2007 which sporadically closes the edit forms web part, despite the fact that the web parts property 'allow close' is unticked. The only way to make the form work ...
0
votes
1answer
5k views

Setting the value of a lookupfield(sharepoint dropdown formfield) in sharepoint 2010 list forms

How can i set the value of sharepoint form field dropdown box(lookupfield) in sharepoint list form when the form gets saved (using jquery) note: the lookupfield (dropdown formfield renders as input if ...
1
vote
1answer
709 views

Reduce the size of sharepoint 2010 list formfield

i am working on a custom sharepoint form (newform.aspx..is there a way to reduce the width attribute of a particular sharepoint form field
2
votes
5answers
2k views

Setting the value of the textfield in sharepoint list form 2010

I have a textfield in sharepoint list form and I want to set the value using jquery or javascript below is the tag: <asp:TextBox runat="server" id="ff47{$Pos}" text="{@Name}" ...
3
votes
1answer
1k views

How to enable scroll bar on share point list attachment page?

Create a SharePoint 2010 custom list Go to custom list settings --> Add from existing site columns --> choose all columns and create Click on 'Add new item' link Notice that the scroll bars are ...
1
vote
2answers
2k views

setting current date time in sharepoint form field (newform.aspx) sharepoint 2010

I am working on customizing the sharepoint list form (newform.aspx). So soon as the user opens the new form I want the Odate coloumn (date and time) to be filled automatically with the current date ...
2
votes
1answer
502 views

Title in Editform.aspx in sharepoint list 2010

I open a newform.aspx,to add new item. At the very top I would see the name of the list view-new form in my case, Clients-New Form. But when I open a item to edit, it shows the name of the list view ...
0
votes
0answers
305 views

Customize the listforms(newform.aspx) using sharepoint designer

I am working on customizing the newform.apx of the list called customerList. So I went ahead and created a newform1.aspx using designer. This newform1.aspx has all the columns of the customerList. ...
0
votes
2answers
618 views

Unable to create list form(newform,editform or displayform) in SharePoint 2010

Using SharePoint Designer, I am trying to create some dummy listforms (newform1,editform1 or displayform1) but when I create one it pops up the following error. "could not save the list changes ...
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
1answer
280 views

Customized Data View Forms with Content Types

I have a list with 2 content types attached. I need to customize the new item form for both content types using SharePoint Designer customizations. The default content type works great and submits the ...
0
votes
1answer
1k views

Adding a custom submit to newform.aspx in SP 2010

I am currently trying to modify the newform.aspx for a list in SP 2010. The requirement is to direct a user back to the root site(default.aspx) after submitting the form. I realize I would need to ...
0
votes
1answer
184 views

Is it possible to make a column in a list link to dispForm.aspx?

Is it possible to make a column in a list link to dispForm.aspx? I know I can add LinkToItem="TRUE" to the fieldref in SPD2010, but its the Display Form, not the Edit Form that I want to link to. ...
1
vote
0answers
160 views

Approving a task directly from the dispform.aspx

I have a challenging requirement that I am trying to put my head around. I have a SP Designer 2007 workflow for MOSS 2007 that has a series of approval tasks for each approver in the process. Right ...
0
votes
1answer
631 views

Is it possible to create a new item form with a subform that can also add new items?

I've got a list in WSS 3.0 documenting work tasks by position that has a bunch of repeating fields such as Task1, Equipment1, Controls1, Task2, Equipment2, Controls2, Task3, Equipment3, Controls3, ...