dashinja/recipeciprocity

Form - Validation

Closed this issue · 0 comments

User Story

As a user, I want to be able to put together my recipe without butchering the format, that way I'll be confident while sharing my recipe to the world.

Acceptance Criteria:

  • Recipe Title can be no longer than 40 characters (including spaces)
  • The user name can have only Alphanumeric Characters. No special characters.
  • The email address must be a valid email address.

Note:

For now, no validation on ingredients and directions.

Tools:

Try to use the jQuery Form Validation Plugin, found here