Click here to Skip to main content
15,900,711 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
below html code i use to send mail on different mobile devices
(Android,Blackberry,windows)on mail client but submit button not responding(redirect).

<!DOCTYPE html>
<html lang='en'>
<head>
<meta http-equiv='Content-Type' content='text/html; charset=UTF-8' />
<meta name='viewport' content='width=device-width, initial-scale=1' />
</head>
<body style='width: 100%; margin: 0; padding: 0; border: none !important; background: #fff;'>
<form action='http://10.62.210.50/NewRating/ThankYouForRatings.aspx' method='get'>



style='max-width: 652px; border: solid 1px #E31F26;'>


Dear ABC



Thank you for choosing XYZ. We are committed
to our values and constantly work at enhancing our customer service experience.



We would request you to share your valuable
feedback on your recent interaction with our customer service team to help us enhance
our services further.


Rating Scale between
10 = excellent
and
1 = poor


1
How would you rate the quality of resolution
provided to you by our customer service team?

 

<input type='radio' value='10' name='groupCheck0-0' />
10
<input type='radio' value='9' name='groupCheck0-0' />
9
<input type='radio' value='8' name='groupCheck0-0' />
8
<input type='radio' value='7' name='groupCheck0-0' />
7
<input type='radio' value='6' name='groupCheck0-0' />
6
<input type='radio' value='5' name='groupCheck0-0' />
5
<input type='radio' value='4' name='groupCheck0-0' />
4
<input type='radio' value='3' name='groupCheck0-0' />
3
<input type='radio' value='2' name='groupCheck0-0' />
2
<input type='radio' value='1' name='groupCheck0-0' />
1



2
In your opinion, what can be done to further
improve our services?

 


<textarea name='groupCheck7-7' id='textarea' cols='' rows='3' style='width: 80%;'></textarea>




<button type='submit' name='Submit' style='cursor: pointer; background-color: red;
color: #FFFFFF; height: 35px; width: 88px; font-weight: bold; font-family: Arial;
font-size: small'>
Submit</button>






<input type='hidden' value='1212121212' id='hdnPolicy' name='hdnPolicy' /><input
type='hidden' value='Shadwal.Rathour@gmail.com' id='hdnEmail' name='hdnEmail' /><input
type='hidden' value='5' id='hdnProduct' name='hdnProduct' /><input type='hidden'
value='1' id='hdnInteraction_Type' name='hdnInteraction_Type' /><input type='hidden'
value='66666' id='hdnInteractionId' name='hdnInteractionId' /><input type='hidden'
value='E-mail' id='hdnMedia' name='hdnMedia' />



</form>
</body>
</html>
Posted
Updated 1-Sep-15 2:09am
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900