Dropdown menus in email form

I am trying to figure out how to create a contact form that comprises 4 text fields and 2 dropdowns. The data is sent to email. I prefer to use PHP script from the tutorial but is that possible with dropdown menus? I do not want to build it if it is not possible. I currently have one similar to the kirupa tutorial.

Would also prefer to use UI component combo box.

Thanks in advance,
Gaz

Sure it’s possible, what do you want to go into the combo box?

Zao,
Thanks for responding.
I need 5 text values for the user to select only of the 5. Different values in each of 2 dropdowns (combo box). ex:

Select one of the following
classic
hip
formal
casual
other

These variables just need to parse to email script so that I can receive the data. On a unix server.