Sohail Khilji
Kilo Patron

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....

LinkedIn - Lets Connect