Hi there,
I am creating a cost calculator using formidable forms.
For question 1 I have a dropdown that provides the user with 3 options. I then use these options and a number field to create an equation.
I need those same options used further down the form but I need them to have different values than what they had for question 1.
Is it possible to have a field that auto populates depending on which option they selected in a dropdown from question 1??
Thanks.
If the field can take on calculations, you can use the text calc to pull together string values from a field within the same form. Otherwise jQuery will be required as indicated by Victor.