{
"name": "Demo Form",
"description": "A simple demo form",
"title": "Welcome to our Demo Form",
"footerText": "Thank you for your interest",
"showFooter": true,
"appearanceSettings": {
"backgroundImageUrl": null,
"colorSettings": {
"backgroundColor": "#F8F9FA",
"textColor": "#212529",
"linkColor": "#0D6EFD",
"buttonTextColor": "#FFFFFF",
"buttonBackgroundColor": "#0D6EFD",
"buttonHoverTextColor": "#FFFFFF",
"buttonHoverBackgroundColor": "#0B5ED7"
},
"titleFont": "Arial",
"textFont": "Helvetica",
"showShadow": true,
"displayHeaderImage": false,
"logoImageMode": "LightColor",
"customCss": null
},
"legalNotice": {
"legalDisclosureLink": "https://example.com/legal",
"privacyPolicyLink": "https://example.com/privacy"
},
"formFields": [
{
"order": null,
"label": "Field label",
"kind": "Label"
}
],
"useCaptcha": false,
"emailNotificationConfig": {
"emails": [
"notifications@example.com",
"admin@example.com"
],
"isEmailNotificationActive": false
}
}