Hi,
I need some help how to include multiple email addresses in a radio button. This radio button will hold at least 2 email addresses within an organization. After user clicks the Submit button in a form. The email addresses will go directly on the To: of the Inbox.
I am not sure how to go about this problem? It has been a few months I have learn how to program in ASP.
For example:
Choose what type of suggestions:
<input type="radio" name="web enhancement" value="jennyg@company.com">Web Enhancements/ Comments</input>
-- After clicking the submit, the email address will show up on the To: field --
I am trying to figure out this problem for 2 days, but somehow I have tried
strTo: didn't work
strTo As String = txtEmail.text
I appreciate any help.