I've used Chronoforms for years and would like to use it on yet another site. I'm using Chronoforms8 but I can't get my head around event triggers and listeners.
How do you get a form field to present as hidden as a default and then trigger it to be visible depending on a value chosen in a radio group for example?
How do you get a form field to present as hidden as a default and then trigger it to be visible depending on a value chosen in a radio group for example?
in brief you need to setup a trigger on document ready, and listen on the same field for the same trigger and set the field hidden
another trigger should be added for "Value IN", and the listener for that trigger should "show" the field
Full tutorial:
I have placed an example in another post.
See:
regards,
Peter
You need to login to be able to post a reply.