Clear hidden field value!

Hi

I have hidden text field in form. Using form.clear(); hidden field value is not cleared. Please help me in this.

Hello

Correct. Edit dhtmlxfprm.js, find:

this.clear = function() { ... if (this.itemPull[a]._type in {"ta":1,"editor":1,"calendar":1,"pw":1})

change to:

if (this.itemPull[a]._type in {"ta":1,"editor":1,"calendar":1,"pw":1,"hd":1})