I can post data to textfields with no problems with this code:
Code:
postData = "Name=" & Text1.Text

cURL = "http://somehost.com/form.php"

'Inet1.Execute cURL, "POST", Data, "Content-Type: application/x-www-form-urlencoded"
How can i post data to a form that has radio buttons and Checkboxes?