Copy link to clipboard
Copied
Hi,
I need some fields to display on a form but only when a swpecific dropdown is selected, in this case 1%
any ideas?
Thank you!
Phil
Copy link to clipboard
Copied
There is more than one way to do this. Mine would probably be:
1. generate the optional form elements in <cfsavecontent >
2. use toScript to send the coldfusion variables to js.
3. create html divs.
4. write a js function that changes the content of the divs
5. call the function with some event