CFMAIL embedded form has disabled input in Outlook
I have a CFMAIL which is sending an embedded form (radio buttons, textboxes, submit button) to a group of users:
<CFMAIL to="#GetProspectInfo.email#" type="html" from="info@company.com" subject="Quick Survey">
All tests well in Outlook express and Yahoo. The user can click buttons and submit the embedded email form.
However, users who use Outlook 2007 (haven't heard back from 2003 users yet) receive the email without any input fields being selectable. All they see are parentheses, in the case of radio buttons, which are not even selectable.
Example:
7. Was the representative on time for his/her meeting with you? |
( )Yes |
( )No |
( )Can't Remember |
Weird, no?
Anyone experience this or have ideas on how I might rectify?
