diff --git a/src/components/ClosedFormMessage.tsx b/src/components/ClosedFormMessage.tsx new file mode 100644 index 0000000..21bd0a2 --- /dev/null +++ b/src/components/ClosedFormMessage.tsx @@ -0,0 +1,12 @@ +import React from 'react'; + +const ClosedFormMessage = () => { + return ( +
+

This form is no longer accepting responses. If you believe this is an error, contact the form author.

+ Go to TalkForm.ai +
+ ); +}; + +export default ClosedFormMessage; \ No newline at end of file