package main import "github.com/charmbracelet/huh" var ( burger string toppings []string sauceLevel int name string instructions string discount bool ) huh? separates forms into groups (you can think of groups as pages). Groups are made of fields (e.g. Select, Input, Text). We will set...