I want to post some data into sharepoint list using jQuery and Sharepoint webservices. The problem is that I've to set some dropdownboxes required in the list, textfields are no problem. How to set them?
Thx for help!
|
I want to post some data into sharepoint list using jQuery and Sharepoint webservices. The problem is that I've to set some dropdownboxes required in the list, textfields are no problem. How to set them? Thx for help!
| |||
|
feedback
|
|
Add ;# around the values for the choice(s). Maybe you even need to add a namespace to the fieldname, like this: Take a look at this blog post. Also take a look at SPServices It is big library for working with sharepoint using jQuery. | |||
|
feedback
|