Subscribe to access all episodes. View plans →
Published July 11, 2019
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.