Tagged Questions
0
votes
0answers
181 views
How to get SPList to expose a data entry form during “Add New Item”
I think I've successfully created a list based on a custom content type but when I click on the "Add new item" link for the list, I see nothing except:
a basic ribbon tab labeled "Edit" with icons ...
1
vote
1answer
464 views
How do I get values of fields from custom lists?
I have a custom list ("Contacts") as well as a web part with forms. I want to take the custom list fields and map them to the web part form. My problem is getting the values from the custom list. I've ...