Hi I want to run a custom function during onchange event in my input text field..
My question is how do i specify / set the function to run in the onchange event ..
Appreciate your help
Hi Razlie,
Just add the function name in the "Element identifier" box and define teh function in a JavaScript element
Best regards
Max
ChronoForms developer...
Did you try ChronoMyAdmin for managing your Joomla database tables ?
Hi Max,
I must be doing something wrong because I have tried to do this and it didn't work. I tried the function name with and without brackets "()" and neither worked.
My JS code is in a custom JS code in the designer tab but I have also tried it with the script on a custom code action in the setup tab.
Thank you for your time.
Best regards,
Joao Serina
Hi Joao,
The function name should be in the "Element identifier" box without brackets and the function should be defined in a JavaScript element:
function xyz(){
alert(123);
}
This does not work ?
Best regards
Max
ChronoForms developer...
Did you try ChronoMyAdmin for managing your Joomla database tables ?
Hi Joao,
No problems!🙂
Best regards
Max
ChronoForms developer...
Did you try ChronoMyAdmin for managing your Joomla database tables ?