The Message in showFieldMsg is disappearing immediately
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2024 03:10 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2024 03:17 AM - edited 03-01-2024 03:17 AM
Why do you have return; there?
Can you remove that and try again?
Also there is a ' missing in your script, use the below
g_form.showFieldMsg('xyz', 'AAAAAAAAAAAAAAAA', 'error');
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2024 03:33 AM - edited 03-01-2024 03:34 AM
Hi Anurag,
If I remove the return line the message is not displaying,
Thanks,
Uma
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2024 03:34 AM
Did you change the script to
g_form.showFieldMsg('xyz', 'AAAAAAAAAAAAAAAA', 'error');
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2024 03:35 AM
Yes, It was a typo mistake when I was posting the question, it is in the correct syntax