- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2025 01:20 AM
Hi All,
How to getvalue of a multiple choice field in client script? I tried using getvalue/ getDisplayValue but it doesn't work.
Please refer below client script and screenshots. TIA!!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2025 01:28 AM
Hi,
Ensure that you concatenate the strings and variables correctly within the alert function.The "+" operator should be used without a comma.
alert('type' + t + type + g_form.getValue('smtp_relay_authentication_type'));
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2025 01:28 AM
Hi,
Ensure that you concatenate the strings and variables correctly within the alert function.The "+" operator should be used without a comma.
alert('type' + t + type + g_form.getValue('smtp_relay_authentication_type'));