I was thinking that if I had the following columns in a list:
Item (choice): Burger; Sandwich
Meat Temperature (choice): Rare, Medium-Rare, Medium, Medium-Well, Well
Pickles (choice): Yes, No
Type of Meat (choice): Roast Beef, Grilled Chicken, Turkey
Type of Bread (choice): White, Wheat, Sourdough
That if the user picked Burger for the item, then the meat temperature and pickles fields would show and the last two be hidden. Or if the user picked Sandwich, the opposite will happen.
I know I can create a Burger content type and a Sandwich content types but the desire is to have dynamic forms as can be done in Infopath but using lists.
Thanks!