form
form copied to clipboard
docs(nextjs-ssr): clarify need for HTML name attribute in form submissions
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