Below are two tables linked via lookup columns: "Fruits and Veggies" and "Food Groups." A third table--"Food Orders" is set up to allow users to submit an order for specific fruits or veggies.
In the "Food Orders" form, I've set up a filter on the "Specific Food" drop down so that it will only populate foods that match the set "Food Group" to help streamline the form and ensure users can quickly find the values that they're looking for without scrolling through irrelevant values.
If you publish the form, you can use UTM parameters to pre-fill form values. The buttons below prepopulate a value for the "Food Group" field by taking you to the published form and adding UTM parameters to the hyperlink. If you click into their formulas, you'll see how that was setup, but walks through the process as well!
You can also create separate form views of the same "Food Order" table that have their own layout and questions. I've created two below that are specific to Internal and External Food Orders.
I've also created two controls: one for if it's an internal or external order and another for if it's a Fruit or Vegetable order. Those two controls then adjust the UTM parameters applied to the button to prefill the fields, effectively customizing the form experience for the user.
Below are the results of all Food Order form submissions if you'd like to play around with them and see how the results come through.