how can we add annotations to variable type checkbox
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2022 07:43 PM
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2022 08:08 AM
Hello Avula,
Annotation is not available for checkbox variable by design. Please refer KB article.
But you can always write onLoad scripts with show field message
g_form.showFieldMsg('your_variable_name','Your help Message','info');
Thanks