Form field schema
Hi,
Is there any reference documentation for form fields that clearly describes the use case for each key in a fields data json response?
I'm using the rest api to create custom forms pages.
As an example, dependant on the field type fieldMetaData can contain varying information.
And across the majority of fields validationMessage, validationMessage and instructions all seem to have a similar role when looking at the response data.
Thanks