Some fields are incomplete: error coming in portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2022 01:35 AM
Some fields are incomplete: - this error is coming in portal for not filling the values for mandatory field , but after submitting the form also this error is staying on the form , its not disappearing for some users and for some users its disappearing .
can anyone help on this how to solve this ?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2022 01:54 AM
Hi
In your onSubmit client script you can write the below line to clear all error messages before submitting.
g_form.clearMessages();
Mark as correct or helpful if it works.
Regards,
Sumanth

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2022 02:02 AM
Hi
Go through this below KB article. Mark my answer as correct if that helps.
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0717045
Regards
Regards,
Musab
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2022 02:23 AM
hi
the issue is - after submitting the form also the error is staying on the page for some users .

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2022 02:55 AM
What type of mandatory field is that.? Are they allowed to submit form and only error is not going.?
Regards,
Musab