Bug fix.
Form parsing failed when attempting to parse forms containing
invalid select field values. Specifically a jobspec that initialised
select fields to invalid values meant that you could not create a
new job easily using P4Ruby. This fix ensures that the client makes
no attempt to validate the form data sent by the server. It's the
server's job to do the validation.