@await Html.PartialAsync("~/Components/Organisms/FeedbackForm/FeedbackForm.cshtml", new FeedbackFormProps
{
"Heading": "Was this helpful?",
"YesButtonText": "Yes",
"NoButtonText": "No",
"SendButtonText": "Send feedback",
"CheckboxGroupLabel": "Please tell us what you liked:",
"CheckboxOptions": [],
"TextAreaLabel": "If you have any more feedback let us know.",
"TextAreaHelpText": "For privacy please do not include any personal detail.",
"TextAreaPlaceholder": "Start typing here...",
"FormAction": "",
"FormMethod": "POST",
"ShowExpandedForm": false,
"BackgroundColor": ""
})