I want to build a custom form and use the forms container. The container gives me a submit button, but it is only half of the viewport width, which looks kind of weird on mobile. I tried to change it to a button component, but the form validation (required fields) did not work.
Is there any way to change the width of the submit button that is included default in the forms container or any other way to preserve the validation when using just some fields and a button?
Some help would be great since I can’t figure it out myself.