{
    "form_title": "Registration Form",
    "fields": [
        {
            "field": "First Name",
            "value": "Sarah",
            "type": "text"
        },
        {
            "field": "Last Name",
            "value": "Johnson",
            "type": "text"
        },
        {
            "field": "Date of Birth",
            "value": "1985-03-14",
            "type": "text"
        },
        {
            "field": "Email",
            "value": "s.johnson@example.com",
            "type": "text"
        },
        {
            "field": "Phone",
            "value": "+44 7700 900123",
            "type": "text"
        },
        {
            "field": "Street Address",
            "value": "42 Baker Street",
            "type": "text"
        },
        {
            "field": "Postcode",
            "value": "NW1 6XE",
            "type": "text"
        },
        {
            "field": "City",
            "value": "London",
            "type": "text"
        },
        {
            "field": "Agree to terms and conditions",
            "value": true,
            "type": "checkbox"
        },
        {
            "field": "Subscribe to newsletter",
            "value": false,
            "type": "checkbox"
        },
        {
            "field": "Consent to data processing",
            "value": true,
            "type": "checkbox"
        }
    ]
}