I'm on mobile so don't have access to my code until later. But the basics are this: I have a simple_form to create/edit a listing on my site. Certain parameters are required. I use validates presence of in the model. When submitting the form, if I text box that is required isn't filled out, the validation works fine, error pops up and says please fill in. When a button is not selected for one of the collection selects, nothing happens. Obviously the validation is working because the form won't submit, but no error is thrown. Any ideas on how to get the error to show for a collection select with radio buttons?
Asked
Active
Viewed 634 times