{
  "name": "Property Inquiry",
  "description": "Capture property inquiries from buyers or renters.",
  "category": "Leads",
  "tags": ["real estate", "property", "inquiry", "buyer", "renter"],
  "version": 1,
  "form_data": {
    "name": "Property Inquiry",
    "heading": "Property Inquiry",
    "description": "Tell us what you're looking for.",
    "formpages": [1],
    "pages": [
      {"id": 1, "name": "Inquiry", "heading": "Your Requirements", "description": "Help us find the right property.", "folder": "0", "pagerows": [1,2,3,4],
        "rows": [
          {"id": 1, "name": "Contact", "heading": "Contact Details", "description": "How can we reach you?", "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": "Alex Johnson"}
              ]},
              {"id": 2, "name": "Column 2", "fields": [2], "width": 6, "field_data": [
                {"id": 2, "field_type": "inputemail", "name": "Email", "heading": "Email Address", "description": "We'll send matches here.", "is_required": 1, "placeholder": "alex.johnson@example.com"}
              ]}
            ]
          },
          {"id": 2, "name": "Preferences", "heading": "Preferences", "description": "Property type and budget.", "folder": "0", "rowcolumns": [3,4],
            "columns": [
              {"id": 3, "name": "Column 1", "fields": [3], "width": 6, "field_data": [
                {"id": 3, "field_type": "selectfield", "name": "Property Type", "heading": "Property Type", "description": "Select the property type.", "is_required": 1, "field_options": "{\"\": {\"Apartment\": \"apartment\",\"House/Villa\": \"house\",\"Commercial\": \"commercial\",\"Land/Plot\": \"land\",\"Other\": \"other\"}}"}
              ]},
              {"id": 4, "name": "Column 2", "fields": [4], "width": 6, "field_data": [
                {"id": 4, "field_type": "selectfield", "name": "Budget", "heading": "Budget Range", "description": "Select your budget range.", "is_required": 1, "field_options": "{\"\": {\"Under 100k\": \"under_100k\",\"100k–250k\": \"100k_250k\",\"250k–500k\": \"250k_500k\",\"500k–1M\": \"500k_1m\",\"1M+\": \"1m_plus\"}}"}
              ]}
            ]
          },
          {"id": 3, "name": "Location & Specs", "heading": "Location & Specs", "description": "Preferred area and specs.", "folder": "0", "rowcolumns": [5,6],
            "columns": [
              {"id": 5, "name": "Column 1", "fields": [5], "width": 6, "field_data": [
                {"id": 5, "field_type": "inputtext", "name": "Preferred Location", "heading": "Preferred Location", "description": "City, neighborhood, landmark.", "is_required": 1, "placeholder": "Brooklyn, New York"}
              ]},
              {"id": 6, "name": "Column 2", "fields": [6], "width": 6, "field_data": [
                {"id": 6, "field_type": "selectfield", "name": "Bedrooms", "heading": "Bedrooms", "description": "Number of bedrooms.", "is_required": 0, "field_options": "{\"\": {\"Studio\": \"studio\",\"1 BR\": \"1br\",\"2 BR\": \"2br\",\"3+ BR\": \"3br_plus\"}}"}
              ]}
            ]
          },
          {"id": 4, "name": "Notes", "heading": "Additional Requirements", "description": "Share specifics.", "folder": "0", "rowcolumns": [7],
            "columns": [
              {"id": 7, "name": "Column 1", "fields": [7], "width": 12, "field_data": [
                {"id": 7, "field_type": "textarea", "name": "Notes", "heading": "Additional Notes", "description": "Any special requirements.", "is_required": 0, "placeholder": "Parking, pets, furnished, etc."}
              ]}
            ]
          }
        ]
      }
    ],
    "user_action": {"type": "show_success_message", "message": "Thanks! We'll share matching properties soon.", "url": ""}
  }
}
