Resolved! How to hide Add button in multi row variable set after the 2 entries
How to hide(disable) Add button in multi row variable set after the 2 entries.Please guide me how can i achieve this. I tried the below script it didn't worked. var my_var = g_form.getField("present_address");my_var.max_rows_size = 0;