I think most browsers will not allow you to post form data without it being in key=value format.
You might need a little javascript to do what you want.
If you must use an HTML form, you could post to an interim String type Item and have a rule parse out the bits you are interested in.