Miha Petkovsek - 2016-02-05

Hi, this was changed because in order to match custom fields in HTML POST the name cannot contain spaces. I did some workarounds to add triple _ instead of space.

http://www.w3.org/TR/html401/interact/forms.html#h-17.13.1

The "get" method restricts form data set values to ASCII characters. Only the "post" method (with enctype="multipart/form-data") is specified to cover the entire [ISO10646] character set.

Please change spaces to underscores.