Sending a web page...

G

Greg Allen

I have some HTML that I would like to include in an email message to conduct
a survey. I don't want the user to have to POST the reply to a website, but
rather
respond to the email message. I can then process the reply to get the
responses
to the questions.

I've run into some problems, however, that I don't know how to solve. The
survey
has a number of radio buttons, combo boxes, and text fields. I'd like the
user
to hit "reply", fill out the form (the reply will contain the form I sent
them initially), and send.

However, when the reply button is hit, if I go to select one of the combo
boxes,
it become "selected" itself (and the cursor is different), instead of
dropping down to
show me the possible answers. If I click another time or two, I do the get
dropdown
to appear and I can select an option.

The dropdowns work normally when I read the email (before I hit the reply
button).

Is there a way to make this work? Or does anyone have any other suggestions
of how
to get this type of functionality? I've been searching, but haven't found
anything on the
web that does something similar -- all seem to use web pages rather than
email to get
results.

Thanks,

-- Greg Allen
[email protected]
 
Top