Sorry, let me explain it better.
For starters, I would like to have a form that is dynamic in that the selection options available to the user will change based on selected criteria. Just for example's sake, lets say that the user is selecting food items. Dropdown Box 1 gives the option to select "fruit" or "vegetable", and Box 2 list the types of fruit or vegetable they want. If the user selects "fruit" from dropdown Box 1, then Box 2 will include only fruit items for selections.
Second, I would like to have more formatting options with the form results. Currently, it seems that I am limited. Is that just an html form limitation?