I have web site where I'm using the Google Voice "Call Me" widget. On desktop machines, this works flawlessly as a Flash object. On mobile devices, iOS in particular, it doesn't work at all. I've re-written the functions from the Flash object into HTML code, and now I need the correct control.
Using plain HTML code, it works fine but the user ends up leaving my site to hit Google's submission link for the callback and they get a plain "OK" on the page. I want the form to submit WITHOUT changing the page and I want to put up my own message like "Calling you now" and an OK button or simply close the form completely.
How can I do this?
Using plain HTML code, it works fine but the user ends up leaving my site to hit Google's submission link for the callback and they get a plain "OK" on the page. I want the form to submit WITHOUT changing the page and I want to put up my own message like "Calling you now" and an OK button or simply close the form completely.
How can I do this?