renderResponse()
Overview
public string function renderResponse(
required string formId
, required string inputName
, required string inputValue
, string context = ""
)
Renders the response for a particular form response
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
| formId | string | Yes | ID of the form that this response has been submitted against |
| inputName | string | Yes | Name of the form item that contains the response |
| inputValue | string | Yes | Value of the response |
| context | string | No (default="") |