diff --git a/frontend/src/components/RSVPEditForm.tsx b/frontend/src/components/RSVPEditForm.tsx index 28a2b1d..30158a1 100644 --- a/frontend/src/components/RSVPEditForm.tsx +++ b/frontend/src/components/RSVPEditForm.tsx @@ -401,6 +401,12 @@ const RSVPEditForm: React.FC = () => { Edit Your RSVP + {event?.rsvp_cutoff_date && ( + + Note: Submissions cannot be edited after {new Date(event.rsvp_cutoff_date).toLocaleString()} + + )} + {isEventClosed && ( Event registration is closed. Changes are not allowed. Please contact the event organizer for assistance.