I'm using livedocs api 2.1 and fill mergefields with code like this which works fine
$soap->SetFieldValues(array ('fieldValues' => assocArrayToArrayOfArrayOfString($fieldValues)));
But how can I fill texboxes (http://office.microsoft.com/en-gb/wo...010354856.aspx) using API? I can't mark them as MergeFields, right? What shall I do? And I cant replace textboxes with simple text, that's the rule.