
Sets the value of the form field specified through the given adapter to the submitted value.
[C#]
public void MergeField(FormFieldAdapter fieldAdapter, string value)
[Visual Basic]
Public Sub GetBlockFieldNames(ByRef fieldAdapter As FormFieldAdapter, ByVal value As String)
| Parameter | Description | |
| fieldAdapter | The adapter for the form field whose value is to be set. | |
| value | Specifies the value the form field is to be set to. |