Using hidden fields
Use case i'm iterating over "delete" buttons and want to have a form for each thats initialized outside the UI, but with a hidden value corresponding to that "Delete" action.
Is there a simple way to achieve this with tanstack forms?