You can use the form="another-form" attribute on buttons to submit a different form
- ·
- Telegram
- ·
- Newsletter
🔥 I sometimes forget you can use form="form-name"
on input types to hook fields inside one form to another. This makes it as if those fields were inside that <form>-tag.
This is super useful if the fields are rendered in the wrong form, but UI wise it makes sense.