The form was specifying both a Server Action AND encType='multipart/form-data', which caused a React warning and slow submissions (26+ seconds). Next.js automatically handles encoding for Server Actions, so encType should not be specified. Submission now completes in ~3 seconds. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>