Hi,
I got a text field and checkboxes in a form. I'm trying to hide checkboxes when i write in the text field.
So i tried to use the change event :
[attachment=109459_20170906124609_chronoforms-jpg.jpg][/attachment]
So when i write in the text field, nothing happen.
Maybe i'm misunderstanding the utility of the change event ?
Thanks for your help,
Hi SyLiz,
The element identifier should not have [], please try that and let us know.
Best regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Hi Max,
Thanks for your help, you were right.
What i want to achieve is to reload checkboxes and search in database everytime i type a letter in the text field.
Is it possible to do it with chronoforms utility only or do i need to use php ?
Best regards,
Hi SyLiz,
And after you search the database, what should happen ?
Best regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Hi Max,
Yeah i forgot that part.
I'd like it to fill checkboxes with multiples results from database. The table shouldn't be really big.
Best regards,
Hi SyLiz,
You will need to add a "Reload" event to your text field on "change", then you can follow the same steps as the steps for a dynamic dropdown in the manual.
Best regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.