Ch8. Forms

Web forms, such as text fields and text areas, give users the ability to send data to your application to use it to perform an action, or to send larger areas of text to the application. In our app, we are using forms to pass information to work out transport carbon emissions.

In this chapter, we learn to create and validate forms, to connect forms with html files. We learn to create messages to provide valuable information to the users of our app when they introduce information in our forms. We also will learn to protect sensitive information related to our forms when we deploy our app in AWS.