The MarshalForm function decides if something is `omitempty` by looking at the `json` Field Tag. This is wrong. I think it should be the `form` tag.
The MarshalForm function decides if something is
omitemptyby looking at thejsonField Tag. This is wrong. I think it should be theformtag.