- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-18-2020 05:55 PM
Hi,
This is a simple question.
I'm a record producer and want to always have a message at the bottom of the field.
How is it best practice to implement it?
Thank you in advance,
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-18-2020 08:22 PM
Comment out the generated isLoading || newValue if condition block.
function onChange(control, oldValue, newValue, isLoading) {
//if (isLoading || newValue == '') {
// return;
//}
g_form.showFieldMsg('field_1', 'This is a showFieldMsg message', 'info');
}

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-18-2020 06:02 PM
Just create onLoad client script or UI policy for it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-18-2020 07:36 PM
Hi,
Thank you.
I've tried both, but when I enter the value, the message disappears.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-20-2022 01:46 PM
Hello,
Were you able to resolve it? how to make this message not disappear?
regards,
RB

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-18-2020 08:22 PM