Getting StartedSo you want to build a submission form ...
Who is this tutorial for?This tutorial is for Xataface developers who have built an application and now want to allow the public to be able to submit information to the database via a web form. Before reading this tutorial, you should have a good understanding of the Xataface framework. Learn the Xataface fundamentals here. Isn't a submission form just the same as a New record form?You may be wondering why we need to have a tutorial to show how to build a submission form, when it would appear as though this functionality is built into Xataface as the New Record form. It is true that a submission form inserts new records into a database table (the same as a new record form), but there are certain characteristics of a public web form that users expect, that arent' part of the new record form. For example:
All of the steps in this tutorial are explained elsewhere in the Xataface documentation. This tutorial aims to piece all of this elements together into a simple process to make it easier to tackle this use-case for the first time.
|