- 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 03:53 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2018 03:54 AM
So you don't want it above you want it below?
You can put a label variable below called "help" or "?" then either put help text in that or mouseover text
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2018 03:56 AM
or you can put a field message on based on a condition.
Tell us a bit more about what you need to achieve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2018 04:08 AM
I want the message marked in blue in below of the variable.