Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2024 10:08 AM - edited 03-20-2024 05:51 AM
Hi @Satya kolisetti ,
Try this code :
if (g_form.getValue('<yourfiled>') == 'no' && !(g_form.getAttachment().length == 0)) {
alert("Please attach the attachment");
return false;
}
return true;
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....