How to get Values from Custom with Label Variable ? How to set limit of values and restrict submit
There is a variable Custom with Lable for selecting multiple change requests. It should have at least 3 values before the submit form. I have added script : var Changes = g_form.getvalue("field_name").toString().split(',');var changes_length = Chan...