FormMessageFields
Last updated
Last updated
FormMessageFields
represent the input values for that are sent when a submits a .
Every submitted will have a set of FormMessageFields
as value representations according to the defined when saved.
The values of FormMessageFields
result in a after processing, which is then sent via E-Mail.
Relations
formField
Belongs to
form_field_id
formMessage
Belongs to
form_message_id
Get a list of FormMessageFields
for the given .
Definition
GET
/api/forms/messages/{formMessageId}/fields
Example Request
Example Response
Definition
GET
/api/forms/messages/{formMessageId}/fields/{formFieldId}
Example Request
Example Response
Show a single FormMessageField
for the given and .