Skip to content

FE-182 Implement the contact form submission in src/lib/contactConfig.ts #302

@BigBen-7

Description

@BigBen-7

Track
Frontend

Difficulty
Medium

Description
src/lib/contactConfig.ts defines the contact form configuration but the contact page does not appear to wire it to a submission handler. Implement the form submit flow calling the backend contact endpoint.

Acceptance Criteria

  • Submitting the contact form sends a POST to the configured endpoint.
  • Form uses react-hook-form and Zod for validation.
  • A success message replaces the form on submission.
  • Rate-limit or error response from the server is surfaced to the user.

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions