Hi
i am using form.
---
myForm.append(new StringItem("Contact: ","+919892238248",StringItem.HYPERLINK));
myForm.append(new StringItem("E-mail: ","raxit@m4mum.com",StringItem.HYPERLINK));
myForm.append(new StringItem("Web: ","http://www.m4mum.com",StringItem.HYPERLINK));
---
What i was expecting is, end user can click on above (if device supports) and either open browser for e-mail/web or call to above number. [or atleast ask the end user "Do you want to make call to number?"
But it is not working !!!

Reply With Quote


