How to apply flash for mandatory fields?
Hi,function onSubmit() { var fieldCheck = g_form.getValue('u_yes'); if (fieldCheck=='false') { g_form.setMandatory('u_yes', true); alert('The top five fields in this form are mandatory'); g_form.getControl('yes').focus(...