How to display the error/alert message to the bottom/end of the form.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2019 03:01 PM
I know g_form.addErrorMessage() method displays the error message at the top of the form, but I want to display the same at the end/bottom of the form; specially for Risk Assessment questions form.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2019 04:05 PM
you can't show error message at the bottom of form.
But, you can use alert() in client script to show message on form.
Regards,
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2019 04:44 PM
This is not possible. Try using AlertNow from ServiceNow Share which allows you to display message to the user with a dialogbox. You could also add graphic to the message if you like for better user experience.
Please see article below for further details: