[
  {
    "popular": true,
    "advance": {
      "form_name": "Vendor Registration Form",
      "form_status": "publish",
      "form_description": "For registers and details collection from external suppliers."
    },
    "actions": [
      {
        "type": "email",
        "active": true,
        "settings": {
          "email_to": "{admin_email}",
          "email_subject": "New Quote Proposal Request from {field_company_name}",
          "email_message": "<h3>Service Request Details:</h3><p><strong>Company:</strong> {field_company_name} ({field_website_url})</p><p><strong>Contact:</strong> {field_p_contact_name} ({field_p_contact_email})</p><p><strong>Project Category:</strong> {field_project_type}</p><p><strong>Est. Budget:</strong> {field_budget_range}</p><p><strong>Project Overview:</strong><br/>{field_project_details}</p>",
          "email_headers": "Content-Type: text/html; charset=UTF-8"
        }
      }
    ],
    "rootContainers": [
      "row_biz_header",
      "row_company_info",
      "row_project_specs",
      "row_timeline_urgency",
      "row_project_desc",
      "row_poc_details",
      "row_files_uploads",
      "row_biz_captcha",
      "row_biz_submit"
    ],
    "fields": {
      "row_biz_header": {
        "_id": "row_biz_header",
        "type": "row",
        "is_root_container": true,
        "children": [
          "biz_header_html"
        ]
      },
      "biz_header_html": {
        "_id": "biz_header_html",
        "type": "html",
        "parentId": "row_biz_header",
        "attributes": {
          "raw_html": "<div class='business-header'><h2>Request a Project Proposal</h2><p>Provide details about your project needs, and our solution architects will draft a customized scope of work and budget estimation.</p><hr/></div>"
        }
      },
      "row_company_info": {
        "_id": "row_company_info",
        "type": "row",
        "is_root_container": true,
        "children": [
          "company_name",
          "website_url"
        ],
        "attributes": {
          "columns": 2,
          "gap": {
            "size": 15,
            "unit": "px"
          },
          "columns_mobile": 1
        }
      },
      "company_name": {
        "_id": "company_name",
        "type": "text",
        "parentId": "row_company_info",
        "attributes": {
          "label": "Company Name",
          "placeholder": "e.g., Acme Corp",
          "required": true,
          "error_message": "Company name is required."
        }
      },
      "website_url": {
        "_id": "website_url",
        "type": "url",
        "parentId": "row_company_info",
        "attributes": {
          "label": "Website URL",
          "placeholder": "https://www.example.com",
          "required": false
        }
      },
      "row_project_specs": {
        "_id": "row_project_specs",
        "type": "row",
        "is_root_container": true,
        "children": [
          "project_type",
          "budget_range"
        ],
        "attributes": {
          "columns": 2,
          "gap": {
            "size": 15,
            "unit": "px"
          },
          "columns_mobile": 1
        }
      },
      "project_type": {
        "_id": "project_type",
        "type": "select",
        "parentId": "row_project_specs",
        "attributes": {
          "label": "Service Category",
          "required": true,
          "default_value": "software",
          "options_list": [
            {
              "_id": "35jwf2n",
              "attributes": {
                "option_label": "Custom Software Development",
                "option_value": "software"
              }
            },
            {
              "_id": "stm6x0j",
              "attributes": {
                "option_label": "Enterprise Website & CMS Builder",
                "option_value": "website"
              }
            },
            {
              "_id": "af9tr1y",
              "attributes": {
                "option_label": "Digital Marketing Campaign",
                "option_value": "marketing"
              }
            },
            {
              "_id": "e2n7rot",
              "attributes": {
                "option_label": "IT Infrastructure & Cloud Setup",
                "option_value": "cloud"
              }
            }
          ]
        }
      },
      "budget_range": {
        "_id": "budget_range",
        "type": "select",
        "parentId": "row_project_specs",
        "attributes": {
          "label": "Budget Range",
          "required": true,
          "default_value": "10k-25k",
          "options_list": [
            {
              "_id": "gie08pf",
              "attributes": {
                "option_label": "$5,000 - $10,000",
                "option_value": "5k-10k"
              }
            },
            {
              "_id": "8fq15r5",
              "attributes": {
                "option_label": "$10,000 - $25,000",
                "option_value": "10k-25k"
              }
            },
            {
              "_id": "bf3fo4f",
              "attributes": {
                "option_label": "$25,000 - $50,000",
                "option_value": "25k-50k"
              }
            },
            {
              "_id": "qjz0ix2",
              "attributes": {
                "option_label": "$50,000+",
                "option_value": "50k_plus"
              }
            }
          ]
        }
      },
      "row_timeline_urgency": {
        "_id": "row_timeline_urgency",
        "type": "row",
        "is_root_container": true,
        "children": [
          "start_date",
          "urgency"
        ],
        "attributes": {
          "columns": 2,
          "gap": {
            "size": 15,
            "unit": "px"
          },
          "columns_mobile": 1
        }
      },
      "start_date": {
        "_id": "start_date",
        "type": "date",
        "parentId": "row_timeline_urgency",
        "attributes": {
          "label": "Start Date",
          "required": true,
          "error_message": "Please specify your target launch date."
        }
      },
      "urgency": {
        "_id": "urgency",
        "type": "radio",
        "parentId": "row_timeline_urgency",
        "attributes": {
          "label": "Priority",
          "required": true,
          "default_value": "normal",
          "layout": "inline",
          "options_list": [
            {
              "_id": "zipsict",
              "attributes": {
                "option_label": "Immediate (Critical)",
                "option_value": "high"
              }
            },
            {
              "_id": "dkp6f82",
              "attributes": {
                "option_label": "Within 1-3 Months",
                "option_value": "normal"
              }
            }
          ]
        }
      },
      "row_project_desc": {
        "_id": "row_project_desc",
        "type": "row",
        "is_root_container": true,
        "children": [
          "project_details"
        ]
      },
      "project_details": {
        "_id": "project_details",
        "type": "textarea",
        "parentId": "row_project_desc",
        "attributes": {
          "label": "Project Details",
          "placeholder": "Briefly describe your objectives, key features, and deliverables...",
          "required": true,
          "rows": 8,
          "error_message": "Please explain your project details."
        }
      },
      "row_poc_details": {
        "_id": "row_poc_details",
        "type": "row",
        "is_root_container": true,
        "children": [
          "p_contact_name",
          "p_contact_email",
          "p_contact_phone"
        ],
        "attributes": {
          "columns": 3,
          "gap": {
            "size": 15,
            "unit": "px"
          },
          "columns_mobile": 1,
          "columns_tablet": 2
        }
      },
      "p_contact_name": {
        "_id": "p_contact_name",
        "type": "text",
        "parentId": "row_poc_details",
        "attributes": {
          "label": "Contact Name",
          "placeholder": "Full Name",
          "required": true,
          "error_message": "Contact name is required."
        }
      },
      "p_contact_email": {
        "_id": "p_contact_email",
        "type": "email",
        "parentId": "row_poc_details",
        "attributes": {
          "label": "Business Email",
          "placeholder": "name@company.com",
          "required": true,
          "error_message": "Valid business email is required."
        }
      },
      "p_contact_phone": {
        "_id": "p_contact_phone",
        "type": "phone",
        "parentId": "row_poc_details",
        "attributes": {
          "label": "Phone",
          "placeholder": "Direct Line",
          "required": false
        }
      },
      "row_files_uploads": {
        "_id": "row_files_uploads",
        "type": "row",
        "is_root_container": true,
        "children": [
          "project_brief",
          "signed_nda"
        ],
        "attributes": {
          "columns": 2,
          "gap": {
            "size": 15,
            "unit": "px"
          },
          "columns_mobile": 1
        }
      },
      "project_brief": {
        "_id": "project_brief",
        "type": "file",
        "parentId": "row_files_uploads",
        "attributes": {
          "label": "Project Brief",
          "required": false,
          "max_file_size": 10,
          "allowed_extensions": [
            "pdf",
            "docx",
            "zip"
          ]
        }
      },
      "signed_nda": {
        "_id": "signed_nda",
        "type": "file",
        "parentId": "row_files_uploads",
        "attributes": {
          "label": "NDA Upload",
          "required": false,
          "max_file_size": 5,
          "allowed_extensions": [
            "pdf",
            "jpg"
          ]
        }
      },
      "row_biz_submit": {
        "_id": "row_biz_submit",
        "type": "row",
        "is_root_container": true,
        "children": [
          "biz_submit_btn"
        ],
        "attributes": {
          "columns": 1,
          "gap": {
            "size": 15,
            "unit": "px"
          },
          "columns_mobile": 1
        }
      },
      "biz_captcha": {
        "_id": "biz_captcha",
        "type": "captcha",
        "parentId": "row_biz_captcha",
        "attributes": {
          "label": "Verification",
          "theme": "light",
          "size": "normal"
        }
      },
      "biz_submit_btn": {
        "_id": "biz_submit_btn",
        "type": "button",
        "parentId": "row_biz_submit",
        "attributes": {
          "label": "Submit",
          "button_action": "submit",
          "button_style": "primary",
          "css_classes": "business-submit",
          "button_width": {
            "size": 100,
            "unit": "%"
          }
        }
      },
      "row_biz_captcha": {
        "_id": "row_biz_captcha",
        "type": "row",
        "is_root_container": true,
        "children": [
          "biz_captcha"
        ],
        "attributes": {
          "columns": 1,
          "gap": {
            "size": 15,
            "unit": "px"
          },
          "columns_mobile": 1
        }
      }
    }
  },
  {
    "advance": {
      "form_name": "Purchase Order Request",
      "form_status": "publish",
      "form_description": "Log purchase order requests for corporate manager approvals."
    },
    "actions": [
      {
        "type": "email",
        "active": true,
        "settings": {
          "email_to": "{admin_email}",
          "email_subject": "New Quote Proposal Request from {field_company_name}",
          "email_message": "<h3>Service Request Details:</h3><p><strong>Company:</strong> {field_company_name} ({field_website_url})</p><p><strong>Contact:</strong> {field_p_contact_name} ({field_p_contact_email})</p><p><strong>Project Category:</strong> {field_project_type}</p><p><strong>Est. Budget:</strong> {field_budget_range}</p><p><strong>Project Overview:</strong><br/>{field_project_details}</p>",
          "email_headers": "Content-Type: text/html; charset=UTF-8"
        }
      }
    ],
    "rootContainers": [
      "row_biz_header",
      "row_company_info",
      "row_project_specs",
      "row_timeline_urgency",
      "row_project_desc",
      "row_poc_details",
      "row_biz_submit"
    ],
    "fields": {
      "row_biz_header": {
        "_id": "row_biz_header",
        "type": "row",
        "is_root_container": true,
        "children": [
          "biz_header_html"
        ]
      },
      "biz_header_html": {
        "_id": "biz_header_html",
        "type": "html",
        "parentId": "row_biz_header",
        "attributes": {
          "raw_html": "<div class='business-header'><h2>Request a Project Proposal</h2><p>Provide details about your project needs, and our solution architects will draft a customized scope of work and budget estimation.</p><hr/></div>"
        }
      },
      "row_company_info": {
        "_id": "row_company_info",
        "type": "row",
        "is_root_container": true,
        "children": [
          "company_name",
          "website_url"
        ],
        "attributes": {
          "columns": 2,
          "gap": {
            "size": 15,
            "unit": "px"
          },
          "columns_mobile": 1
        }
      },
      "company_name": {
        "_id": "company_name",
        "type": "text",
        "parentId": "row_company_info",
        "attributes": {
          "label": "Company Name",
          "placeholder": "e.g., Acme Corp",
          "required": true,
          "error_message": "Company name is required."
        }
      },
      "website_url": {
        "_id": "website_url",
        "type": "url",
        "parentId": "row_company_info",
        "attributes": {
          "label": "Website URL",
          "placeholder": "https://www.example.com",
          "required": false
        }
      },
      "row_project_specs": {
        "_id": "row_project_specs",
        "type": "row",
        "is_root_container": true,
        "children": [
          "project_type",
          "budget_range"
        ],
        "attributes": {
          "columns": 2,
          "gap": {
            "size": 15,
            "unit": "px"
          },
          "columns_mobile": 1
        }
      },
      "project_type": {
        "_id": "project_type",
        "type": "select",
        "parentId": "row_project_specs",
        "attributes": {
          "label": "Service Category",
          "required": true,
          "default_value": "software",
          "options_list": [
            {
              "_id": "52cyxcq",
              "attributes": {
                "option_label": "Custom Software Development",
                "option_value": "software"
              }
            },
            {
              "_id": "z4n3mha",
              "attributes": {
                "option_label": "Enterprise Website & CMS Builder",
                "option_value": "website"
              }
            },
            {
              "_id": "7bc0fxt",
              "attributes": {
                "option_label": "Digital Marketing Campaign",
                "option_value": "marketing"
              }
            },
            {
              "_id": "sp696wt",
              "attributes": {
                "option_label": "IT Infrastructure & Cloud Setup",
                "option_value": "cloud"
              }
            }
          ]
        }
      },
      "budget_range": {
        "_id": "budget_range",
        "type": "select",
        "parentId": "row_project_specs",
        "attributes": {
          "label": "Budget Range",
          "required": true,
          "default_value": "10k-25k",
          "options_list": [
            {
              "_id": "33poy4m",
              "attributes": {
                "option_label": "$5,000 - $10,000",
                "option_value": "5k-10k"
              }
            },
            {
              "_id": "e0t06iw",
              "attributes": {
                "option_label": "$10,000 - $25,000",
                "option_value": "10k-25k"
              }
            },
            {
              "_id": "k4rkab4",
              "attributes": {
                "option_label": "$25,000 - $50,000",
                "option_value": "25k-50k"
              }
            },
            {
              "_id": "ba750jp",
              "attributes": {
                "option_label": "$50,000+",
                "option_value": "50k_plus"
              }
            }
          ]
        }
      },
      "row_timeline_urgency": {
        "_id": "row_timeline_urgency",
        "type": "row",
        "is_root_container": true,
        "children": [
          "start_date",
          "urgency"
        ],
        "attributes": {
          "columns": 2,
          "gap": {
            "size": 15,
            "unit": "px"
          },
          "columns_mobile": 1
        }
      },
      "start_date": {
        "_id": "start_date",
        "type": "date",
        "parentId": "row_timeline_urgency",
        "attributes": {
          "label": "Start Date",
          "required": true,
          "error_message": "Please specify your target launch date."
        }
      },
      "urgency": {
        "_id": "urgency",
        "type": "radio",
        "parentId": "row_timeline_urgency",
        "attributes": {
          "label": "Priority",
          "required": true,
          "default_value": "normal",
          "layout": "inline",
          "options_list": [
            {
              "_id": "70h37oh",
              "attributes": {
                "option_label": "Immediate (Critical)",
                "option_value": "high"
              }
            },
            {
              "_id": "dbhui5c",
              "attributes": {
                "option_label": "Within 1-3 Months",
                "option_value": "normal"
              }
            }
          ]
        }
      },
      "row_project_desc": {
        "_id": "row_project_desc",
        "type": "row",
        "is_root_container": true,
        "children": [
          "project_details"
        ]
      },
      "project_details": {
        "_id": "project_details",
        "type": "textarea",
        "parentId": "row_project_desc",
        "attributes": {
          "label": "Project Details",
          "placeholder": "Briefly describe your objectives, key features, and deliverables...",
          "required": true,
          "rows": 8,
          "error_message": "Please explain your project details."
        }
      },
      "row_poc_details": {
        "_id": "row_poc_details",
        "type": "row",
        "is_root_container": true,
        "children": [
          "p_contact_name",
          "p_contact_email",
          "p_contact_phone"
        ],
        "attributes": {
          "columns": 3,
          "gap": {
            "size": 15,
            "unit": "px"
          },
          "columns_mobile": 1,
          "columns_tablet": 2
        }
      },
      "p_contact_name": {
        "_id": "p_contact_name",
        "type": "text",
        "parentId": "row_poc_details",
        "attributes": {
          "label": "Contact Name",
          "placeholder": "Full Name",
          "required": true,
          "error_message": "Contact name is required."
        }
      },
      "p_contact_email": {
        "_id": "p_contact_email",
        "type": "email",
        "parentId": "row_poc_details",
        "attributes": {
          "label": "Business Email",
          "placeholder": "name@company.com",
          "required": true,
          "error_message": "Valid business email is required."
        }
      },
      "p_contact_phone": {
        "_id": "p_contact_phone",
        "type": "phone",
        "parentId": "row_poc_details",
        "attributes": {
          "label": "Phone",
          "placeholder": "Direct Line",
          "required": false
        }
      },
      "row_biz_submit": {
        "_id": "row_biz_submit",
        "type": "row",
        "is_root_container": true,
        "children": [
          "biz_submit_btn"
        ],
        "attributes": {
          "columns": 1,
          "gap": {
            "size": 15,
            "unit": "px"
          },
          "columns_mobile": 1
        }
      },
      "biz_submit_btn": {
        "_id": "biz_submit_btn",
        "type": "button",
        "parentId": "row_biz_submit",
        "attributes": {
          "label": "Submit",
          "button_action": "submit",
          "button_style": "primary",
          "css_classes": "business-submit",
          "button_width": {
            "size": 100,
            "unit": "%"
          }
        }
      }
    }
  },
  {
    "advance": {
      "form_name": "Travel & Expense Claim",
      "form_status": "publish",
      "form_description": "Submit expense reimbursement forms with dates and attachment receipts."
    },
    "actions": [
      {
        "type": "email",
        "active": true,
        "settings": {
          "email_to": "{admin_email}",
          "email_subject": "New Quote Proposal Request from {field_company_name}",
          "email_message": "<h3>Service Request Details:</h3><p><strong>Company:</strong> {field_company_name} ({field_website_url})</p><p><strong>Contact:</strong> {field_p_contact_name} ({field_p_contact_email})</p><p><strong>Project Category:</strong> {field_project_type}</p><p><strong>Est. Budget:</strong> {field_budget_range}</p><p><strong>Project Overview:</strong><br/>{field_project_details}</p>",
          "email_headers": "Content-Type: text/html; charset=UTF-8"
        }
      }
    ],
    "rootContainers": [
      "row_biz_header",
      "row_company_info",
      "row_project_specs",
      "row_timeline_urgency",
      "row_biz_submit"
    ],
    "fields": {
      "row_biz_header": {
        "_id": "row_biz_header",
        "type": "row",
        "is_root_container": true,
        "children": [
          "biz_header_html"
        ]
      },
      "biz_header_html": {
        "_id": "biz_header_html",
        "type": "html",
        "parentId": "row_biz_header",
        "attributes": {
          "raw_html": "<div class='business-header'><h2>Request a Project Proposal</h2><p>Provide details about your project needs, and our solution architects will draft a customized scope of work and budget estimation.</p><hr/></div>"
        }
      },
      "row_company_info": {
        "_id": "row_company_info",
        "type": "row",
        "is_root_container": true,
        "children": [
          "company_name",
          "website_url"
        ],
        "attributes": {
          "columns": 2,
          "gap": {
            "size": 15,
            "unit": "px"
          },
          "columns_mobile": 1
        }
      },
      "company_name": {
        "_id": "company_name",
        "type": "text",
        "parentId": "row_company_info",
        "attributes": {
          "label": "Company Name",
          "placeholder": "e.g., Acme Corp",
          "required": true,
          "error_message": "Company name is required."
        }
      },
      "website_url": {
        "_id": "website_url",
        "type": "url",
        "parentId": "row_company_info",
        "attributes": {
          "label": "Website URL",
          "placeholder": "https://www.example.com",
          "required": false
        }
      },
      "row_project_specs": {
        "_id": "row_project_specs",
        "type": "row",
        "is_root_container": true,
        "children": [
          "project_type",
          "budget_range"
        ],
        "attributes": {
          "columns": 2,
          "gap": {
            "size": 15,
            "unit": "px"
          },
          "columns_mobile": 1
        }
      },
      "project_type": {
        "_id": "project_type",
        "type": "select",
        "parentId": "row_project_specs",
        "attributes": {
          "label": "Service Category",
          "required": true,
          "default_value": "software",
          "options_list": [
            {
              "_id": "sejft2j",
              "attributes": {
                "option_label": "Custom Software Development",
                "option_value": "software"
              }
            },
            {
              "_id": "q5bzn91",
              "attributes": {
                "option_label": "Enterprise Website & CMS Builder",
                "option_value": "website"
              }
            },
            {
              "_id": "q9ldcvl",
              "attributes": {
                "option_label": "Digital Marketing Campaign",
                "option_value": "marketing"
              }
            },
            {
              "_id": "d3k0mj4",
              "attributes": {
                "option_label": "IT Infrastructure & Cloud Setup",
                "option_value": "cloud"
              }
            }
          ]
        }
      },
      "budget_range": {
        "_id": "budget_range",
        "type": "select",
        "parentId": "row_project_specs",
        "attributes": {
          "label": "Budget Range",
          "required": true,
          "default_value": "10k-25k",
          "options_list": [
            {
              "_id": "4j83gdq",
              "attributes": {
                "option_label": "$5,000 - $10,000",
                "option_value": "5k-10k"
              }
            },
            {
              "_id": "lrwfovu",
              "attributes": {
                "option_label": "$10,000 - $25,000",
                "option_value": "10k-25k"
              }
            },
            {
              "_id": "nwaonjv",
              "attributes": {
                "option_label": "$25,000 - $50,000",
                "option_value": "25k-50k"
              }
            },
            {
              "_id": "loular5",
              "attributes": {
                "option_label": "$50,000+",
                "option_value": "50k_plus"
              }
            }
          ]
        }
      },
      "row_timeline_urgency": {
        "_id": "row_timeline_urgency",
        "type": "row",
        "is_root_container": true,
        "children": [
          "start_date",
          "urgency"
        ],
        "attributes": {
          "columns": 2,
          "gap": {
            "size": 15,
            "unit": "px"
          },
          "columns_mobile": 1
        }
      },
      "start_date": {
        "_id": "start_date",
        "type": "date",
        "parentId": "row_timeline_urgency",
        "attributes": {
          "label": "Start Date",
          "required": true,
          "error_message": "Please specify your target launch date."
        }
      },
      "urgency": {
        "_id": "urgency",
        "type": "radio",
        "parentId": "row_timeline_urgency",
        "attributes": {
          "label": "Priority",
          "required": true,
          "default_value": "normal",
          "layout": "inline",
          "options_list": [
            {
              "_id": "f4d14yi",
              "attributes": {
                "option_label": "Immediate (Critical)",
                "option_value": "high"
              }
            },
            {
              "_id": "84jtg5w",
              "attributes": {
                "option_label": "Within 1-3 Months",
                "option_value": "normal"
              }
            }
          ]
        }
      },
      "row_biz_submit": {
        "_id": "row_biz_submit",
        "type": "row",
        "is_root_container": true,
        "children": [
          "biz_submit_btn"
        ],
        "attributes": {
          "columns": 1,
          "gap": {
            "size": 15,
            "unit": "px"
          },
          "columns_mobile": 1
        }
      },
      "biz_submit_btn": {
        "_id": "biz_submit_btn",
        "type": "button",
        "parentId": "row_biz_submit",
        "attributes": {
          "label": "Submit",
          "button_action": "submit",
          "button_style": "primary",
          "css_classes": "business-submit",
          "button_width": {
            "size": 100,
            "unit": "%"
          }
        }
      }
    }
  }
]