Page 1 of 1

How to handle event on hidden field on a form?

Posted: Mon Jan 16, 2023 7:06 am
by rganguly
Hi,

I just want to handle a hidden field onchange event in a form.
I just want to change a label text on onchange event on value change on a hidden field.
Is this possible?

Please help. Thanks.

Re: How to handle event on hidden field on a form?

Posted: Mon Jan 16, 2023 7:23 am
by Pablo
There is no on change event for a hidden field.
But it may work if you add a standard editbox and hide that element.