Hi,
I have a simple form contained in a UIWebView, consisting of a number of checkboxes and drop down boxes. I chose to go with a UIWebview for this due to the number of buttons and pickers that would be required in a regular view.
I am getting to grips with shouldStartLoadWithRequest for getting a response from the form, but I just wondered if there was a quick (or not so quick) way of receiving all the POST data from the form when it is submitted.
Thanks