Responsive
Atoms
FormLabel
Default
Molecules
ContactDetails
Default
Organisms
HeaderMinimal
Default
ServicesGroupFinderBlock
With Results No Results

FeedbackForm / Purple Background

FeedbackForm with purple background variant

Layout
Properties
JSON format (e.g., [{"LinkText":"Home","LinkUrl":"/"}])
Component Code
@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": "bg-purple"
})
♿ Accessibility