{
  "name": "Request a Quote Form",
  "description": "Collects project details to send an estimate\u2014contact, service, budget, and notes.",
  "category": "Leads",
  "tags": [
    "quote",
    "estimate",
    "pricing",
    "leads",
    "services"
  ],
  "version": 2,
  "form_data": {
    "name": "Request a Quote Form",
    "heading": "Request a Quote",
    "description": "Tell us about your project and we\u2019ll send an estimate.",
    "formpages": [
      1
    ],
    "pages": [
      {
        "id": 1,
        "name": "Quote",
        "heading": "Project Brief",
        "description": "Share a few details so we can estimate accurately.",
        "folder": "0",
        "pagerows": [
          1,
          2,
          3,
          4,
          5
        ],
        "rows": [
          {
            "id": 1,
            "name": "Contact",
            "heading": "Your Details",
            "description": "Who should we send the estimate to?",
            "folder": "0",
            "rowcolumns": [
              1,
              2
            ],
            "columns": [
              {
                "id": 1,
                "name": "Column 1",
                "fields": [
                  1
                ],
                "width": 6,
                "field_data": [
                  {
                    "id": 1,
                    "field_type": "inputtext",
                    "name": "Full Name",
                    "heading": "Full Name",
                    "description": "Enter your full name.",
                    "is_required": 1,
                    "placeholder": "John Doe"
                  }
                ]
              },
              {
                "id": 2,
                "name": "Column 2",
                "fields": [
                  2
                ],
                "width": 6,
                "field_data": [
                  {
                    "id": 2,
                    "field_type": "inputemail",
                    "name": "Email Address",
                    "heading": "Email Address",
                    "description": "Where should we send the estimate?",
                    "is_required": 1,
                    "placeholder": "you@example.com"
                  }
                ]
              }
            ]
          },
          {
            "id": 2,
            "name": "Service & Budget",
            "heading": "What do you need?",
            "description": "Pick a service and your budget range.",
            "folder": "0",
            "rowcolumns": [
              3,
              4
            ],
            "columns": [
              {
                "id": 3,
                "name": "Column 1",
                "fields": [
                  3
                ],
                "width": 6,
                "field_data": [
                  {
                    "id": 3,
                    "field_type": "selectfield",
                    "name": "Service",
                    "heading": "Service",
                    "description": "Choose the service you\u2019re interested in.",
                    "is_required": 1,
                    "field_options": {
                      "": {
                        "Website Development": "webdev",
                        "Mobile App": "mobile",
                        "SEO": "seo",
                        "UI/UX Design": "design",
                        "Consulting": "consult"
                      }
                    }
                  }
                ]
              },
              {
                "id": 4,
                "name": "Column 2",
                "fields": [
                  4
                ],
                "width": 6,
                "field_data": [
                  {
                    "id": 4,
                    "field_type": "selectfield",
                    "name": "Budget Range",
                    "heading": "Budget Range",
                    "description": "Approximate budget helps us scope properly.",
                    "is_required": 1,
                    "field_options": {
                      "": {
                        "Under $1,000": "under_50k",
                        "$1,000\u2013$3,000": "50k_150k",
                        "$3,000\u2013$6,000": "150k_300k",
                        "$6,000\u2013$12,000": "300k_600k",
                        "$12,000+": "600k_plus"
                      }
                    }
                  }
                ]
              }
            ]
          },
          {
            "id": 3,
            "name": "Timeline",
            "heading": "Timeline",
            "description": "When do you want to start?",
            "folder": "0",
            "rowcolumns": [
              5
            ],
            "columns": [
              {
                "id": 5,
                "name": "Column 1",
                "fields": [
                  5
                ],
                "width": 12,
                "field_data": [
                  {
                    "id": 5,
                    "field_type": "inputdate",
                    "name": "Start Date",
                    "heading": "Preferred Start Date",
                    "description": "Select your preferred start date.",
                    "is_required": 0
                  }
                ]
              }
            ]
          },
          {
            "id": 4,
            "name": "Brief & Consent",
            "heading": "Project Brief",
            "description": "Share the essentials.",
            "folder": "0",
            "rowcolumns": [
              6
            ],
            "columns": [
              {
                "id": 6,
                "name": "Column 1",
                "fields": [
                  6
                ],
                "width": 12,
                "field_data": [
                  {
                    "id": 6,
                    "field_type": "textarea",
                    "name": "Project Brief",
                    "heading": "Project Brief",
                    "description": "Describe your project goals, scope, and any references.",
                    "is_required": 1,
                    "placeholder": "A short overview of your project..."
                  }
                ]
              }
            ]
          },
          {
            "id": 5,
            "name": "Brief & Consent (continued)",
            "heading": "Project Brief",
            "description": "",
            "folder": "0",
            "rowcolumns": [
              7
            ],
            "columns": [
              {
                "id": 7,
                "name": "Column 2",
                "fields": [
                  7
                ],
                "width": 12,
                "field_data": [
                  {
                    "id": 7,
                    "field_type": "inputcheckbox",
                    "name": "Contact Permission",
                    "heading": "I agree to be contacted about this quote",
                    "description": "Tick to allow us to reach out with an estimate.",
                    "is_required": 0,
                    "field_options": "[{\"Yes\": \"yes\"}]"
                  }
                ]
              }
            ]
          }
        ]
      }
    ],
    "user_action": {
      "type": "show_success_message",
      "message": "Thanks! We\u2019ll review your request and email an estimate shortly.",
      "url": ""
    }
  }
}
