Forums

In chronoforms 7 html inputs, the onchange event runs twice. Does anyone know why this is or how to stop it?

Max_admin 7d ago

how do you listen for onchange ?

Max
ChronoForms developer...
Did you try ChronoMyAdmin for managing your Joomla database tables ?

I get the input by id and do ".onchange". In my website, 1 example is:

document.getElementById('Debtor_Dnum').onchange

where 'Debtor_Dnum' is the id of the input.

You need to login to be able to post a reply.