A hidden text field (invisible for users). Presents original input type=hidden.
Usage of value is optional, but without this attribute hidden doesn't have any sense.
var formData = [{type: "hidden", name:"topField", value:"1"} ];