I have two fields. One is cfselect. The other one is cfinput text for date. I want to do the following:
Dependong on the item selected in the cfselect field, there should dynamically display the date range a user should input. For example:
for item 1 selected display: you should input a date between 1980-1984.
for item 2 selected: you should input a date between 1985-1988
... so on.
How can we do that?
Thanks,
Tim
Dependong on the item selected in the cfselect field, there should dynamically display the date range a user should input. For example:
for item 1 selected display: you should input a date between 1980-1984.
for item 2 selected: you should input a date between 1985-1988
... so on.
How can we do that?
Thanks,
Tim