
Announcements
Is there a way to get the form validation messages under the input field?
On my form, I have many fields that are marked as required. With OOB functionality, when user clicks on submit, all the validations are displayed at the top of the form. Is there a way to show these messages under the respective input?
Hi
By default that's the behavior, you would have to apply custom JS/CSS to either change the location for each validation (but keeping the OOB validation itself), or going all custom and creating your validation via JS: https://docs.microsoft.com/en-us/powerapps/maker/portals/configure/add-custom-javascript
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.