11-23-2005, 12:15 PM
|
|
Hotmail removes the Input tag name attribute
I was facing the issue in HTML Survey form email campaign in hotmail account.
Issue: Hotmail removes the input tag's "name" attribute. Due to this radio button(For example) was inactive in the survey form while we open the survey email campaign.
Example:
In the HTML content, <form><input type=radio name=gender value =male></form>
While we open the HTML content in Hotmail, the tags will be replaced like the below
<form><input type=radio value =male></form>
Is there any possible way to prevent this removable from hotmail? or Xform will support the survey campaigns?
Kindly give me a resolution for this.
Thanks in advance.
|