Returns the fields in this form as an object with key/value pairs as they would be submitted using a standard form submit.
BasicForm.getValues returns a URI-encoded string for the purposes of submitting the form. The values are parsed by the JavaScript encodeURIComponent function. If you want a typed value you'll have to access the field's value directly.