@await Html.PartialAsync("~/Components/Organisms/FeedbackForm/FeedbackForm.cshtml", new FeedbackFormProps
{
"Heading": "Did you find this information useful?",
"YesButtonText": "Helpful",
"NoButtonText": "Not helpful",
"SendButtonText": "Submit feedback",
"CheckboxGroupLabel": "What made this useful?",
"CheckboxOptions": [
{
"Id": null,
"Alias": null,
"Name": null,
"Value": "clear",
"Label": "Clear information",
"Checked": false,
"Disabled": false,
"Required": false,
"AriaLabel": null,
"DataVal": false,
"DataValRequired": null,
"DataUmb": null,
"Title": null,
"TogglePassword": false
},
{
"Id": null,
"Alias": null,
"Name": null,
"Value": "detailed",
"Label": "Detailed explanations",
"Checked": false,
"Disabled": false,
"Required": false,
"AriaLabel": null,
"DataVal": false,
"DataValRequired": null,
"DataUmb": null,
"Title": null,
"TogglePassword": false
},
{
"Id": null,
"Alias": null,
"Name": null,
"Value": "practical",
"Label": "Practical advice",
"Checked": false,
"Disabled": false,
"Required": false,
"AriaLabel": null,
"DataVal": false,
"DataValRequired": null,
"DataUmb": null,
"Title": null,
"TogglePassword": false
}
],
"TextAreaLabel": "Any additional comments?",
"TextAreaHelpText": "Please keep your feedback constructive.",
"TextAreaPlaceholder": "Enter your thoughts here...",
"FormAction": "",
"FormMethod": "POST",
"ShowExpandedForm": true,
"BackgroundColor": ""
})