Building the Database
You just created the UI of your Contact Form. Now, let's created a means to store contact data once its collected.
Video
Tutorial
Creating the App Object in AirData
To save the information in the app, an App Object has to be built in AirData Builder.
- From AirData Builder, click on + App Object.
- Click on the '+' icon next to the recently added object and include the fields that you need. In this case, itโs going to be a Text type, for the name and company fields; a Phone type for the phone number; and an Email type for the email address.ย
- Double click on the App Object as well as on the fields to rename them. We recommend using lower case.ย
- Finally, save the app to run a migration and create the AirData Table where the information will be saved later on.
You've just created your first AirData App Object. Contact information collected from users can be stored here.
Updated over 2 years ago
Whatโs Next
Next, connect the Web UI to the Database and finalize your app.