Submodule 23.3: Sending data to the server

Introduction

In this submodule, you will learn to send and store the form values into the db.json, so they are available any time.

You will learn how to persist changes in the data back to the server. You will use the HttpClient.post method available on objects to save the feedback submitted by users to the server.