diff --git a/frontend/src/components/RSVPEditForm.tsx b/frontend/src/components/RSVPEditForm.tsx index 5e0902e..28a2b1d 100644 --- a/frontend/src/components/RSVPEditForm.tsx +++ b/frontend/src/components/RSVPEditForm.tsx @@ -512,6 +512,7 @@ const RSVPEditForm: React.FC = () => { value={formData.guest_names[index] || ''} onChange={handleChange} required + disabled={isEventClosed} // Disable if event is closed /> ))}