I'm playing with Server action and I've noticed that just the first input of the form is sent on the server action. Using the code below, with several FormField, just the one is being sent to the server action
This issue has been automatically closed because it received no activity for a while. If you think it was closed by accident, please leave a comment. Thank you.
I'm playing with Server action and I've noticed that just the first input of the form is sent on the server action. Using the code below, with several FormField, just the one is being sent to the server action
my server action looks like
and from the console, I can see
Instead, if I use the example of the documentation
and then
I've the correct formField