Describe the bug
Using FormRenderer, you can set a form level error message by setting the "errorText" attribute.
In a normal form, the error shows above the Submit button.
However in a Wizard form, the form level error message is shown below the submit button.
Sometimes the error message is not visible to the end user as they have to scroll down to see it. i.e. they click Submit, get an error and then don't understand why nothing happened. It would better if the error message in a Wizard form is shown above the Submit button to keep it consistent with the standard form and to provide a better user experience when the user is on small screens or when the form takes up the full page height.
Versions
1.1.13
Please see code sandbox here:
https://codesandbox.io/p/sandbox/wonderful-ellis-929svv
Describe the bug
Using FormRenderer, you can set a form level error message by setting the "errorText" attribute.
In a normal form, the error shows above the Submit button.
However in a Wizard form, the form level error message is shown below the submit button.
Sometimes the error message is not visible to the end user as they have to scroll down to see it. i.e. they click Submit, get an error and then don't understand why nothing happened. It would better if the error message in a Wizard form is shown above the Submit button to keep it consistent with the standard form and to provide a better user experience when the user is on small screens or when the form takes up the full page height.
Versions
1.1.13
Please see code sandbox here:
https://codesandbox.io/p/sandbox/wonderful-ellis-929svv