How to scroll to validation feedback message on form submission in Mendix?

0
How can I make the page automatically scroll to the validation message after clicking the confirm button, if there are any validation errors?
asked
2 answers
1

Hello Jeff,

seems you are looking for some scroll functionality, you can try ScrollTo Web action   marketplace module.if not then elaborate your requirement more.

 

image.png

answered
0

Hi Jeff,

When using a Validation feedback widget, it asks you to choose the attribute. whatever the message that you give, the same message will be displayed below the field on the UI  after Submit action if validation fails.

by default it displays in red colour it has the same width of the attribute/field on UI.

 

If it is not working as expected, please give the detailed requirement

answered