I made a new version of TLC (http://drupal.org/project/tlc), more complete and configurable. Unfortunately TLC mantainer does not longer update his project. Should i create a new project (i think i will include support for Andrea Micheloni, React, http://miche.netsons.org/projects/react/) or wait the tlc maintainer response?
Information on this was hard to come by, so here is the method in the hope that it helps.
Background:we needed to provide a drop down of default values and also provide a text box to the user
if no suitable option existed in the drop down. Since the text field contained the data to store in the database, I wanted to auto-populate the text field based on the 'onchange' event in the select box.
trivial in straight html land, but it was a bit of a poser in with drupal forms--I did not immediately see how to associate javascript with a form element.
I just recently upgraded from 4.7.2 to 4.7.6 and after a lot of workarounds, I finally got most of the content to show up; however, the content on my frontpage/homepage is showing up twice! How do I get it to only show up once?