Hi,

I want to design a web form, on which, the client may select one or more email addresses to send the form data to. I was thinking that a drop down menu would be the easiest, but I'm not sure how you tie the selections to the submit button for sending...any insight would be appreciated!

Thanks,

JT

Recommended Answers

All 2 Replies

If the user can select more than one email address, its better to use a list box. You can use <SELECT multiple> <OPTION></OPTION></SELECT> tags to achieve this.

Thanks yello. I think for this app, I need a single selection.. but thanks a lot for the insight

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.