renderResponse()
Overview
public string function renderResponse(
required string formId
, required string inputName
, required string inputValue
)
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 |