enter code here
I am trying to provide an input parameter to a sharepoint webservice through a sharepoint fornm field in my list. but if i use the id of the input field it doesn't pass anything.
I have a Sharepoint Field named PVR NUMBER whose id is "ff1{$Pos}" i need to pass the value of this field to the webservice i am not able to do it till now. anyone can help me out here.........<soap:Envelope xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xmlns:xsd='http://www.w3.org/2001/XMLSchema' xmlns:soap='http://schemas.xmlsoap.org/soap/envelope/'> \
<soap:Body> \
<HelloToYou xmlns='http://tempuri.org/'> \
<name>"+$("**#ff1{$Pos}**").val() +"</name> \
</HelloToYou> \
</soap:Body> \
</soap:Envelope>";