I have a contact form that doesn't use a model. What's the best way to validate its data?
Should I use cake's automagic goodness and have it create a dummy model on the fly a pre-defined dummy model that validates the data according to the rules I add on the fly or is there a better way?