Not applicable

Hello @gunishi 

 

var fields = g_form.getEditableFields();
for (var x = 0; x < fields.length; x++) {
    g_form.setValue(fields[x], "");
}

 

Plz mark my solution as Accept, If you find it helpful.

 

Regards,

Samaksh

View solution in original post