Fairly new to php and Gravity forms.
Client wants an on-line fulfillment form. Employee in the field logs in, and can select different amounts of items with quantities for each item. Adding or subtracting line items from each section.
For example:
List: Field ID 1
Fruit
Items with drop down of apples, oranges and bananas
List: Field ID 2
Veggies
Items with drop down of carrots, corn and beans
Next to each list drop down would be a quantity needed
I am aware of how to add_filter to a field to make it a drop down for lists. I'm having a hard time finding documentation or forum posts that show how to have multiple sets of choices for one drop down assigned to a field, then another set of choices assigned to another field.
Is this possible?
Thanks in advance