*how can I intercept the POST data from the form, change it's values, then send it along in webview?*
If the user enters name = Steve and email = [email protected] in the form, I want to change the values to name = bob and email = [email protected] in the android app and have the new POST be sent to http://www.example.com/do.php. *<form action="http://www.example.com/do.php <http://www.example.com/do.php>" method="post"> <input type="text" name="name" /> <input type="text" name="email" /> <input type="submit" /> </form>* -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

