KatePaulauskas / dog-grooming-salon

0 stars 0 forks source link

USER STORY: Store contact form requests #7

Closed KatePaulauskas closed 5 months ago

KatePaulauskas commented 5 months ago

As a Site Owner I can store contact form requests in the database so that I can review them, mark as read or delete.

Acceptance Criteria

Tasks

KatePaulauskas commented 5 months ago

A database model was created to capture the user's name, email, message, submission date, and read status. When a site visitor submits the contact form, the data is securely stored in the database and superuser can review, mark as read, or delete the requests.