What is the ID and type for the percentage field? I don’t see that at all in the FAQ or other help guides. I want replace “type”: “single_line_text” & “id”: “single_line_text_full_width”, with that.
{ "template": "form_metadata_v0", "metadata": { "fields": [ { "type": "single_line_text", "id": "single_line_text_full_width", "name": "Single-line text field", "value": "", "is_required": true, "placeholder": "Type something...", "width": "full" }, { "type": "dropdown", "id": "dropdown", "name": "Dropdown field", "is_required": false, "options": [ { "id": "1", "label": "Option 1", "icon_url": "https://www.fillmurray.com/16/16" }, { "id": "2", "label": "Option 2", "icon_url": "https://www.fillmurray.com/16/16" } ], "width": "full" } ] } }