Skip to content

fix: add length limit for contact form subject and message#11

Merged
DIodide merged 2 commits intostagingfrom
limit-contact-form-length
Dec 3, 2025
Merged

fix: add length limit for contact form subject and message#11
DIodide merged 2 commits intostagingfrom
limit-contact-form-length

Conversation

@glennfor
Copy link
Copy Markdown
Collaborator

@glennfor glennfor commented Oct 16, 2025

Note

Adds max length limits to contact form subject (200) and message (1200) and updates the dev ngrok URL.

  • Frontend (Contact Page)
    • Enforces input limits in src/app/about/contact/page.tsx:
      • subject maxLength={200}
      • message maxLength={1200}
  • Tooling
    • Updates dev:ngrok URL in package.json.

Written by Cursor Bugbot for commit bdce462. This will update automatically on new commits. Configure here.

@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented Oct 16, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
eval-next Error Error Dec 3, 2025 8:18pm

@DIodide DIodide changed the base branch from main to staging December 3, 2025 20:15
@DIodide DIodide self-requested a review December 3, 2025 20:15
@DIodide DIodide merged commit e9cd5d2 into staging Dec 3, 2025
2 of 3 checks passed
@DIodide DIodide deleted the limit-contact-form-length branch December 3, 2025 20:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants