FAB Button - Form Submit

The FAB button below is inside the form. Clicking it should submit the form.



The FAB button below is outside the form but linked by id. Clicking it should also submit the form.

The fixed FAB below submits the form above it. A fixed FAB has to be a direct child of ion-content for slot="fixed" to apply, so it cannot be nested in the form and needs form to target it.