Given that all forms are about collecting some set of data, the vast majority of these applications have the intent that the data will be stored, and operated on. Even if you don’t ever intend to do so (a form that sends its results as an email), it doesn’t hurt to think of things in this way.

If a database already exists, then this is easy. Just copy the field names of the fields you want. If the database doesn’t exist, then the names will end up being the fields you will end up collecting and putting in a database or writing out to a text file. Don’t worry about where the data comes from, and where the data goes, the form is for working with a part of the data.


As you work, each time you submit, your working field list will be updated

After you have finished editing the list of fields thats when its time to proceed to the next step in the process.



© 2020 Rumments