So while you can build a form to display the data as you want, you won't be able to use dropdowns. You'll have to think of another approach to your custom app. I suggest contacting a develop from https://formidable-masterminds.com/developers-directory/.
Yep. Re-think your data structure just a little bit. Since your two dropdowns will have different data, each dropdown would pull data from separate form entries. Form A - Foods (Biscuits, Pancakes, etc), Form B - Ingredients (Flour, eggs, etc.).. and then have a third form, Form C - Measures, with two Lookup fields referencing Forms A and B, and a third field with a number field or text field or whatever, representing your measure. You could then use Views to display the data however you like. Nested views might do the trick in this instance. Another option is to try using a single form and a repeater field, then use a View or Views to display the data however you like. If it's too complicated to sort out, I can personally vouch for Formidable Masterminds. They've helped me immensely. Good Luck!
Please login or Register to submit your answer