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.
2
votes
4answers
1k views
How can I Make a Dropdown box in a Form Field Conditionally Read-only/locked?
I have a drop down box form field (with values level1,level2) in SharePoint list. How can I lock the drop down box selection in the edit form.aspx whenever the condition is level2?
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
3answers
438 views
How can I set a field value in a display form when a list item is first read?
I have a list with multiple columns.
This list may include multiple records. I want the value of a specific field to be changed when a special record is read for the first time.
1
vote
2answers
3k views
SharePoint List Forms in Visual Studio
I'm trying to attach custom aspx forms to a content type, in order to use them as New, Display and Edit item forms.
I must do this with Visual Studio 2010, since I have a Web Template, List ...
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
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 ...