User Profile
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
hi, I have a form which is filled in by a initiator after which the submitted form is send for approvals(email) to 2 levels one after another t...
I have a Form where I generate some short codes using build string function for marketing team. In the form I have a control called "IO_Number" ...
if(fromShortcode.val() == toShortcode.val()){ alert('same values entered in both the field!'); NWF$(shortCode).addClass('border-red'); } else...
why am I getting the error which says unable to get the property webPermMasks of undefined or null references? help me solve this error.
I have written the following code can anyone tell me where am I going wrong? NWF$(document).ready(function() { var fromShortcode = ...
Many times we have to validate attachment control inside a form on certain condition. For example, say, there is a checkbox on a form and when yo...