I am trying to submit a webform programmatically though android, where the user will input details into editText fields and then press a submit button.
The webform is at http://www.clarecoco.ie/your-council/voting/register-to-vote/check-the-register/default.aspx
If someone can , have a look at the form and check what details i would need to create a HTTPpost with a list of nameValuePairs.
I have no idea how i would find out the query string that is created when the submit button is pressed on the website so i could build the HTTPpost on the device.
The web form itself is handled using aspx which makes a difference but i dont know what difference.
cheers
You can use FireBug to get the post detail. Here is the post detail for one of the test request made.