I'm fairly new at programming, but eager to learn. A friend and I are starting a website where we will design websites for newbies, and, basically, I want the ability for the customer to pick and choose what types of features they would like (similar to how you would customize a PC on the dell website). They would just select whether or not they want certain features on their website, input their information (name, e-mail, and additional comments), and forward all of this to an e-mail address. I'm wondering what would be the best way to go about doing this. I was thinking of just doing a radio buttons and/or drop down menus, and a text box for the name, e-mail, and additional comments. All of this would be extremely simple to do in HTML, I'm just not sure how to go about exporting the data I receive into an e-mail.