Is there a way/action to implement drop down boxes in F5P?
I have need for a way to select an option in drop down box “A”, then select an option in drop down box “B” that would return a value/selection (based on the 2 options selected) in box “C”.
This is usually referred to as “chained” pickers. There’s nothing
built in to Freeway to do this, but it’s well documented on the Web.
It does require some hand-coding, though. It’s usually done in
JavaScript, although I have also seen systems where the back-end (PHP
or similar) was used to calculate the content of the next picker, and
then JavaScript was used to insert those choices into the picker.
Walter
On Jul 14, 2009, at 11:00 PM, brm98 wrote:
I have need for a way to select an option in drop down box “A”, then
select an option in drop down box “B” that would return a value/
selection (based on the 2 options selected) in box “C”.