1
vote
1answer
78 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
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
396 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
901 views

List with 1:Many related sub list

I have a list of Projects and I would like each Project to have a several Requirements associated with it. I made a Requirements list, and added a column to the Project list that is a lookup into the ...
1
vote
1answer
64 views

Where is the code for a customized list NewForm.aspx page in sp2007

I have to maintain a sharepoint solution that I did not build myself. For a custom list "Files", that is provisioned as a feature in this solution, a newform.aspx shows a non default page. for example ...
0
votes
3answers
90 views

How can I covert a list view mode to display an Add mode?

I have a Sharepoint custom list. I want to use it as a registration form. This means the list needs to be displayed in an "Add item" mode? How can this be done? I am assuming with loading the list in ...