I have a page, that already has a Form and submit in it.
I want to have a button outside of that form, that submits a form on another page. (I.e., email authentication, send the code again submits a Fetch request to our backend to send another email verification token)
I tried using useFetcher for this, but the button inside fetcher.Form is just submitting the <Form> that submits my email code.