{
    "key": "group_5fa8f10925b52",
    "title": "ACF Engine > Forms",
    "fields": [
        {
            "key": "field_5fa8fe105ede0",
            "label": "Basic",
            "name": "",
            "type": "tab",
            "instructions": "",
            "required": 0,
            "conditional_logic": 0,
            "wrapper": {
                "width": "",
                "class": "",
                "id": ""
            },
            "placement": "left",
            "endpoint": 0
        },
        {
            "key": "field_5fa8f11d0219c",
            "label": "Title",
            "name": "title",
            "type": "text",
            "instructions": "",
            "required": 0,
            "conditional_logic": 0,
            "wrapper": {
                "width": "",
                "class": "",
                "id": ""
            },
            "default_value": "",
            "placeholder": "",
            "prepend": "",
            "append": "",
            "maxlength": ""
        },
        {
            "key": "field_5fa8f1289ad7c",
            "label": "Key",
            "name": "key",
            "type": "text",
            "instructions": "",
            "required": 0,
            "conditional_logic": 0,
            "wrapper": {
                "width": "",
                "class": "",
                "id": ""
            },
            "default_value": "",
            "placeholder": "",
            "prepend": "",
            "append": "",
            "maxlength": ""
        },
        {
            "key": "field_5fa8f4f67f515",
            "label": "Post ID",
            "name": "post_id",
            "type": "text",
            "instructions": "The post ID used to determine which fields to show, where data is loaded, and where data is saved. Defaults to current post ID. Can also be sent to ‘new_post’ to create a new post on submit.",
            "required": 0,
            "conditional_logic": 0,
            "wrapper": {
                "width": "",
                "class": "",
                "id": ""
            },
            "default_value": "",
            "placeholder": "",
            "prepend": "",
            "append": "",
            "maxlength": ""
        },
        {
            "key": "field_5fa8f63fc1643",
            "label": "Field Groups",
            "name": "form_field_groups",
            "type": "textarea",
            "instructions": "",
            "required": 0,
            "conditional_logic": 0,
            "wrapper": {
                "width": "",
                "class": "",
                "id": ""
            },
            "default_value": "",
            "placeholder": "",
            "maxlength": "",
            "rows": "",
            "new_lines": ""
        },
        {
            "key": "field_5fa8f665c1644",
            "label": "Fields",
            "name": "form_fields",
            "type": "textarea",
            "instructions": "",
            "required": 0,
            "conditional_logic": 0,
            "wrapper": {
                "width": "",
                "class": "",
                "id": ""
            },
            "default_value": "",
            "placeholder": "",
            "maxlength": "",
            "rows": "",
            "new_lines": ""
        },
        {
            "key": "field_5faad42a164cd",
            "label": "Create Posts",
            "name": "",
            "type": "tab",
            "instructions": "",
            "required": 0,
            "conditional_logic": 0,
            "wrapper": {
                "width": "",
                "class": "",
                "id": ""
            },
            "placement": "left",
            "endpoint": 0
        },
        {
            "key": "field_5fa8f533f21ae",
            "label": "Create New Post",
            "name": "new_post",
            "type": "true_false",
            "instructions": "",
            "required": 0,
            "conditional_logic": 0,
            "wrapper": {
                "width": "",
                "class": "",
                "id": ""
            },
            "message": "",
            "default_value": 0,
            "ui": 1,
            "ui_on_text": "",
            "ui_off_text": ""
        },
        {
            "key": "field_5faad4843a8b9",
            "label": "Post Type",
            "name": "create_post_type",
            "type": "text",
            "instructions": "Set to the post type you want to have created. Use the post type key such as \"vehicle\" or \"vehicle_type\".",
            "required": 0,
            "conditional_logic": [
                [
                    {
                        "field": "field_5fa8f533f21ae",
                        "operator": "==",
                        "value": "1"
                    }
                ]
            ],
            "wrapper": {
                "width": "",
                "class": "",
                "id": ""
            },
            "default_value": "",
            "placeholder": "",
            "prepend": "",
            "append": "",
            "maxlength": ""
        },
        {
            "key": "field_5faad5334fd29",
            "label": "Post Title",
            "name": "create_post_title",
            "type": "text",
            "instructions": "Title of the newly created post.",
            "required": 0,
            "conditional_logic": [
                [
                    {
                        "field": "field_5fa8f533f21ae",
                        "operator": "==",
                        "value": "1"
                    }
                ]
            ],
            "wrapper": {
                "width": "",
                "class": "",
                "id": ""
            },
            "default_value": "",
            "placeholder": "",
            "prepend": "",
            "append": "",
            "maxlength": ""
        },
        {
            "key": "field_5faad5464fd2a",
            "label": "Post Content",
            "name": "create_post_content",
            "type": "textarea",
            "instructions": "Content for the newly created post.",
            "required": 0,
            "conditional_logic": [
                [
                    {
                        "field": "field_5fa8f533f21ae",
                        "operator": "==",
                        "value": "1"
                    }
                ]
            ],
            "wrapper": {
                "width": "",
                "class": "",
                "id": ""
            },
            "default_value": "",
            "placeholder": "",
            "maxlength": "",
            "rows": "",
            "new_lines": ""
        },
        {
            "key": "field_5faad55f4fd2b",
            "label": "Post Status",
            "name": "create_post_status",
            "type": "radio",
            "instructions": "Content for the newly created post.",
            "required": 0,
            "conditional_logic": [
                [
                    {
                        "field": "field_5fa8f533f21ae",
                        "operator": "==",
                        "value": "1"
                    }
                ]
            ],
            "wrapper": {
                "width": "",
                "class": "",
                "id": ""
            },
            "choices": {
                "draft": "Draft",
                "publish": "Published"
            },
            "allow_null": 0,
            "other_choice": 0,
            "default_value": "",
            "layout": "vertical",
            "return_format": "value",
            "save_other_choice": 0
        },
        {
            "key": "field_5fa8fdc41ba80",
            "label": "Advanced",
            "name": "",
            "type": "tab",
            "instructions": "",
            "required": 0,
            "conditional_logic": 0,
            "wrapper": {
                "width": "",
                "class": "",
                "id": ""
            },
            "placement": "left",
            "endpoint": 0
        },
        {
            "key": "field_5fa8f68379a7d",
            "label": "Show Post Title",
            "name": "post_title",
            "type": "true_false",
            "instructions": "",
            "required": 0,
            "conditional_logic": 0,
            "wrapper": {
                "width": "",
                "class": "",
                "id": ""
            },
            "message": "",
            "default_value": 0,
            "ui": 1,
            "ui_on_text": "",
            "ui_off_text": ""
        },
        {
            "key": "field_5fa8facfb26b3",
            "label": "Show Post Content",
            "name": "post_content",
            "type": "true_false",
            "instructions": "",
            "required": 0,
            "conditional_logic": 0,
            "wrapper": {
                "width": "",
                "class": "",
                "id": ""
            },
            "message": "",
            "default_value": 0,
            "ui": 1,
            "ui_on_text": "",
            "ui_off_text": ""
        },
        {
            "key": "field_5fa8faf5165bf",
            "label": "Render Form Tag",
            "name": "form",
            "type": "true_false",
            "instructions": "",
            "required": 0,
            "conditional_logic": 0,
            "wrapper": {
                "width": "",
                "class": "",
                "id": ""
            },
            "message": "",
            "default_value": 1,
            "ui": 1,
            "ui_on_text": "",
            "ui_off_text": ""
        },
        {
            "key": "field_5fa8fb197d9eb",
            "label": "Form Attributes",
            "name": "form_attributes",
            "type": "textarea",
            "instructions": "Enter one attribute per line.",
            "required": 0,
            "conditional_logic": 0,
            "wrapper": {
                "width": "",
                "class": "",
                "id": ""
            },
            "default_value": "",
            "placeholder": "",
            "maxlength": "",
            "rows": "",
            "new_lines": ""
        },
        {
            "key": "field_5fa98fbd7603c",
            "label": "Return",
            "name": "return",
            "type": "text",
            "instructions": "The URL to be redirected to after the form is submitted. Defaults to the current URL with a GET parameter ‘?updated=true’. \r\n\r\nA special placeholder ‘%post_url%’ will be converted to post’s permalink.\r\n\r\nA special placeholder ‘%post_id%’ will be converted to post’s ID.",
            "required": 0,
            "conditional_logic": 0,
            "wrapper": {
                "width": "",
                "class": "",
                "id": ""
            },
            "default_value": "",
            "placeholder": "",
            "prepend": "",
            "append": "",
            "maxlength": ""
        },
        {
            "key": "field_5fa98ffd4fa41",
            "label": "HTML Before Fields",
            "name": "html_before_fields",
            "type": "textarea",
            "instructions": "Extra HTML to add before the fields.",
            "required": 0,
            "conditional_logic": 0,
            "wrapper": {
                "width": "",
                "class": "",
                "id": ""
            },
            "default_value": "",
            "placeholder": "",
            "maxlength": "",
            "rows": "",
            "new_lines": ""
        },
        {
            "key": "field_5fa990164fa42",
            "label": "HTML After Fields",
            "name": "html_after_fields",
            "type": "textarea",
            "instructions": "Extra HTML to add after the fields.",
            "required": 0,
            "conditional_logic": 0,
            "wrapper": {
                "width": "",
                "class": "",
                "id": ""
            },
            "default_value": "",
            "placeholder": "",
            "maxlength": "",
            "rows": "",
            "new_lines": ""
        },
        {
            "key": "field_5fa99057c89e5",
            "label": "Submit Value",
            "name": "submit_value",
            "type": "text",
            "instructions": "The text displayed on the submit button.",
            "required": 0,
            "conditional_logic": 0,
            "wrapper": {
                "width": "",
                "class": "",
                "id": ""
            },
            "default_value": "",
            "placeholder": "",
            "prepend": "",
            "append": "",
            "maxlength": ""
        },
        {
            "key": "field_5fa99087825c7",
            "label": "Updated Message",
            "name": "updated_message",
            "type": "textarea",
            "instructions": "The message displayed above the form after being redirected. Can also be set to false for no message.",
            "required": 0,
            "conditional_logic": 0,
            "wrapper": {
                "width": "",
                "class": "",
                "id": ""
            },
            "default_value": "",
            "placeholder": "",
            "maxlength": "",
            "rows": "",
            "new_lines": ""
        },
        {
            "key": "field_5fa990d857e79",
            "label": "Label Placement",
            "name": "label_placement",
            "type": "button_group",
            "instructions": "Determines where field labels are places in relation to fields. Defaults to ‘top’. Choices of ‘top’ (above fields) or ‘left’ (beside fields).",
            "required": 0,
            "conditional_logic": 0,
            "wrapper": {
                "width": "",
                "class": "",
                "id": ""
            },
            "choices": {
                "top": "Top",
                "left": "Left"
            },
            "allow_null": 0,
            "default_value": "top",
            "layout": "horizontal",
            "return_format": "value"
        },
        {
            "key": "field_5fa9911c7d101",
            "label": "Instruction Placement",
            "name": "instruction_placement",
            "type": "button_group",
            "instructions": "Determines where field instructions are placed in relation to fields. Defaults to ‘label’. Choice of ‘label’ (below labels) or ‘field’ (below fields).",
            "required": 0,
            "conditional_logic": 0,
            "wrapper": {
                "width": "",
                "class": "",
                "id": ""
            },
            "choices": {
                "label": "Label",
                "field": "Field"
            },
            "allow_null": 0,
            "default_value": "label",
            "layout": "horizontal",
            "return_format": "value"
        },
        {
            "key": "field_5fa9914d558d8",
            "label": "Field Element",
            "name": "form_field_el",
            "type": "button_group",
            "instructions": "Determines element used to wrap a field. Defaults to ‘div’. Choices of ‘div’, ‘tr’, ‘td’, ‘ul’, ‘ol’, ‘dl’.",
            "required": 0,
            "conditional_logic": 0,
            "wrapper": {
                "width": "",
                "class": "",
                "id": ""
            },
            "choices": {
                "div": "div",
                "tr": "tr",
                "td": "td",
                "ul": "ul",
                "ol": "ol",
                "dl": "dl"
            },
            "allow_null": 0,
            "default_value": "",
            "layout": "horizontal",
            "return_format": "value"
        },
        {
            "key": "field_5fa903f513114",
            "label": "Uploader",
            "name": "uploader",
            "type": "button_group",
            "instructions": "",
            "required": 0,
            "conditional_logic": 0,
            "wrapper": {
                "width": "",
                "class": "",
                "id": ""
            },
            "choices": {
                "wp": "WP",
                "basic": "Basic"
            },
            "allow_null": 0,
            "default_value": "wp",
            "layout": "horizontal",
            "return_format": "value"
        },
        {
            "key": "field_5fa8fdb31ba7f",
            "label": "Honeypot",
            "name": "honeypot",
            "type": "true_false",
            "instructions": "",
            "required": 0,
            "conditional_logic": 0,
            "wrapper": {
                "width": "",
                "class": "",
                "id": ""
            },
            "message": "",
            "default_value": 0,
            "ui": 1,
            "ui_on_text": "",
            "ui_off_text": ""
        },
        {
            "key": "field_5fa8fdf55eddf",
            "label": "HTML Updated Message",
            "name": "html_updated_message",
            "type": "textarea",
            "instructions": "",
            "required": 0,
            "conditional_logic": 0,
            "wrapper": {
                "width": "",
                "class": "",
                "id": ""
            },
            "default_value": "",
            "placeholder": "",
            "maxlength": "",
            "rows": "",
            "new_lines": ""
        },
        {
            "key": "field_5fa903592bf64",
            "label": "HTML Submit Button",
            "name": "html_submit_button",
            "type": "textarea",
            "instructions": "",
            "required": 0,
            "conditional_logic": 0,
            "wrapper": {
                "width": "",
                "class": "",
                "id": ""
            },
            "default_value": "",
            "placeholder": "",
            "maxlength": "",
            "rows": "",
            "new_lines": ""
        },
        {
            "key": "field_5fa903b39ef86",
            "label": "HTML Submit Spinner",
            "name": "html_submit_spinner",
            "type": "textarea",
            "instructions": "",
            "required": 0,
            "conditional_logic": 0,
            "wrapper": {
                "width": "",
                "class": "",
                "id": ""
            },
            "default_value": "",
            "placeholder": "",
            "maxlength": "",
            "rows": "",
            "new_lines": ""
        },
        {
            "key": "field_5fa90387cf295",
            "label": "KSES",
            "name": "kses",
            "type": "true_false",
            "instructions": "",
            "required": 0,
            "conditional_logic": 0,
            "wrapper": {
                "width": "",
                "class": "",
                "id": ""
            },
            "message": "",
            "default_value": 1,
            "ui": 1,
            "ui_on_text": "",
            "ui_off_text": ""
        }
    ],
    "location": [
        [
            {
                "param": "post_type",
                "operator": "==",
                "value": "acfg_form"
            }
        ]
    ],
    "menu_order": 0,
    "position": "normal",
    "style": "default",
    "label_placement": "top",
    "instruction_placement": "label",
    "hide_on_screen": "",
    "active": true,
    "description": "",
    "modified": 1605031608
}