- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2018 03:42 AM
Hi All,
I want to display an message below the Variable in Catalog Item.
Can anyone let me know how to fix this?
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2018 04:13 AM
then you need to use Omkars solution
Write an onload client script
g_form.showFieldMsg('field_name','Your Message','info',false);
The default for this is blue under the field
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2018 04:13 AM
then you need to use Omkars solution
Write an onload client script
g_form.showFieldMsg('field_name','Your Message','info',false);
The default for this is blue under the field
Regards

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2018 03:58 AM
Hi
Write this in onLoad client script :-
g_form.showFieldMsg('your_variable_backend_name','Your Message','info',false);
Regards,
Omkar Mone.
www.dxsherpa.com

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2018 04:42 AM
Hi
I guess i have answered your question 🙂
Thanks.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2020 02:03 AM
This helped me for my catalog item. Thank you very much.