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!

link|improve this question

75% accept rate
feedback

1 Answer

up vote 2 down vote accepted

Add ;# around the values for the choice(s). Maybe you even need to add a namespace to the fieldname, like this: <SetVar Name="urn:schemas-microsoft-com:office:office#FieldName">2;#Choice_Value</SetVar>

Take a look at this blog post.

Also take a look at SPServices It is big library for working with sharepoint using jQuery.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.