feat: add contact form functionality with admin management #50

Merged
Saani merged 1 commits from feature/meetings into main 2025-11-28 15:53:17 +00:00
Owner

Add a complete contact form system with the following changes:

  • Create ContactMessage model to store form submissions with tracking fields (is_read, is_responded)
  • Implement ContactMessage admin interface with custom actions, filters, and bulk operations
  • Add contact endpoint documentation to API root view
  • Update email configuration to use admin@attunehearttherapy.com as sender address

This enables users to submit contact inquiries and allows administrators to track and manage these messages efficiently through the Django admin panel.

Add a complete contact form system with the following changes: - Create ContactMessage model to store form submissions with tracking fields (is_read, is_responded) - Implement ContactMessage admin interface with custom actions, filters, and bulk operations - Add contact endpoint documentation to API root view - Update email configuration to use admin@attunehearttherapy.com as sender address This enables users to submit contact inquiries and allows administrators to track and manage these messages efficiently through the Django admin panel.
Saani added 1 commit 2025-11-28 15:53:08 +00:00
Add a complete contact form system with the following changes:
- Create ContactMessage model to store form submissions with tracking fields (is_read, is_responded)
- Implement ContactMessage admin interface with custom actions, filters, and bulk operations
- Add contact endpoint documentation to API root view
- Update email configuration to use admin@attunehearttherapy.com as sender address

This enables users to submit contact inquiries and allows administrators to track and manage these messages efficiently through the Django admin panel.
Saani merged commit 11ac82d6f9 into main 2025-11-28 15:53:17 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: ATTUNE-HEART-THERAPY/alternative-backend-service#50
No description provided.