form icon indicating copy to clipboard operation
form copied to clipboard

docs(nextjs-ssr): clarify need for HTML name attribute in form submissions

Open jamestrenda opened this issue 6 months ago • 0 comments

add inline comments to client components in next.js server action examples highlighting the need to explicitly set the name attribute on input fields for native POST submissions (e.g. with Next.js Server Actions). This avoids confusion where inputs may otherwise be omitted from formData.

closes https://github.com/TanStack/form/issues/1565

jamestrenda avatar Jun 10 '25 21:06 jamestrenda