Solutionunvalidated
Bind the captcha token into the server action before passing it to useActionState (e.g., sendEmail.bind(null, { captchaToken })) and update the server action signature to accept an extras/options parameter before prevState and formData.
f2b8bdb1-0d42-4122-9e1d-5b820ed6823d
Bind the captcha token into the server action before passing it to useActionState (e.g., sendEmail.bind(null, { captchaToken })) and update the server action signature to accept an extras/options parameter before prevState and formData.