I'm using the below submit code but it is not working on android Google Chrome. I want to open a mobile email client and send information through that only.
<form name="contact_us_form" id="contact_us_form" action="mailto:info@whatshouldisay.com" method="post" ENCTYPE="text/plain">
after submitting this form, I am not getting the result I want on mobile devices. please help me.