
#97: Schemaless Form Validations with Changesets
Published July 11, 2019
7m 6s
In episode #96 we added a contact form to our application that sends an email when it’s submitted. Currently we are doing any validation on this form. So someone could submit an empty form - and it would still send an email. Let’s add some validation to this form so that a valid email is required and a message is present.