diff --git a/editor.planx.uk/src/components/Feedback/FeedbackForm.tsx b/editor.planx.uk/src/components/Feedback/FeedbackForm.tsx index f374b36b60..63fb6408f7 100644 --- a/editor.planx.uk/src/components/Feedback/FeedbackForm.tsx +++ b/editor.planx.uk/src/components/Feedback/FeedbackForm.tsx @@ -7,8 +7,8 @@ import FeedbackDisclaimer from "ui/public/FeedbackDisclaimer"; import InputLabel from "ui/public/InputLabel"; import ErrorWrapper from "ui/shared/ErrorWrapper"; import Input from "ui/shared/Input"; - import { FeedbackFormInput, FormProps, UserFeedback } from "."; +import Link from "@mui/material/Link"; const StyledForm = styled(Form)(({ theme }) => ({ "& > *": contentFlowSpacing(theme), @@ -52,8 +52,25 @@ const FeedbackForm: React.FC = ({ inputs, handleSubmit }) => { return ( + + Do not share personal or financial information in your feedback. If + you do we’ll act according to our{" "} + + privacy policy + + . + - + + This information is not monitored frequently by planning officers, do + not use it to provide extra information or queries with regard to your + application or project. Any information of this nature will be + disregarded. +