feat(web): streamline contact form and integrate identity fields
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 1m9s
Build & Deploy / 🚀 Deploy (push) Has been skipped
Build & Deploy / 🏗️ Build (push) Failing after 30m21s
Build & Deploy / 🧪 QA (push) Has been skipped
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Successful in 4s

This commit is contained in:
2026-04-07 23:08:04 +02:00
parent aeb1814a34
commit 2097b571f3
9 changed files with 318 additions and 156 deletions

View File

@@ -62,10 +62,22 @@ export const Inquiries: CollectionConfig = {
name: "companyName",
type: "text",
},
{
name: "phone",
type: "text",
},
{
name: "role",
type: "text",
},
{
name: "projectType",
type: "text",
},
{
name: "deadline",
type: "text",
},
{
name: "message",
type: "textarea",