- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2022 01:17 AM
Hi All,
I tried below code under onLoad Type
function onLoad() {
//Type appropriate comment here, and begin script below
g_form.addFormMessage('info message','info');
g_form.clearFormMessages('info');}
But this code is not clearing the info message . how can we do this?
Regards,
Vivek
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2022 01:18 AM - edited 11-23-2022 01:20 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2022 01:18 AM - edited 11-23-2022 01:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2022 01:37 AM
Thanks Aman for your prompt response and help. its working now
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2024 01:51 AM
yes it's working but why clearformmessages() method is not working can you explain ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2024 01:56 AM
yes its working fine but why g_form.clearFormMessages('info'); is not working can you please tell me