Form field schema

matttunney
Level 1

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

1 REPLY 1
SanfordWhiteman
Level 10 - Community Moderator

Re: Form field schema

There’s no comprehensive dictionary of attributes. We recommend you create a form with example fields of each datatype and test a wide variety of configs. 

 

validationMessage is the error message on an invalid value, while instructions is the user-facing description of the field. These are quite different.

 

What are you trying to build using the Forms Asset API?