It's probably because the option key values are integers, and the
argument "test" in the save method will be a string.

Either change your option values "1", "2" etc or add FormEncode Int
validator to force an integer value.

Reply via email to