I am trying to get either a dropdown or selection box(prefer the later, because of the possibility to choose multiple values at once) in a webform. In this case i already got the dropdown working, based on measures.measurement_type. The second needs to be measures.measurement, filtered by the type selected in the first dropdown. I can not seem to get this working. I tried googling, but without succes. Can anyone help me get on the right track? I found solutions using Arrays, but no working solution using 1 database table.
using ruby 4.2 Thanks