Question
Assign values in a dropdown menu
I am creating a form. In the fillable form, I want to create a dropdown field with the choices of adult or child. For those choices, I want to assign the value $25 or $15 and populate the value to a field "Amount" based on which option was selected (adult or child).
