Creating details fields
To review key information on defining details fields, see Details fields.
In fields
directory customize the .json
files
fields
directory customize the .json
filesEach .json
file in the fields directory needs a key
, type
, label
, and placeholder.
type
can be one of select_multiple
, select_one
, or text
.
For select_one
and select_multiple
fields, you will need to define an array of answer options.
Example fields file (name.json
):
name.json
):Example fields file (sample-type.json
):
sample-type.json
):Last updated