Kledin85 / adopt_dont_shop

1 stars 0 forks source link

Story 3 - Starting an Application, Form not Completed #7

Open Kledin85 opened 1 year ago

Kledin85 commented 1 year ago

As a visitor When I visit the new application page And I fail to fill in any of the form fields And I click submit Then I am taken back to the new applications page And I see a message that I must fill in those fields.

JustJakeSeymour commented 1 year ago

add :required => true to fields. Also validate :name, etc from model