FormsServer

Retrieve and manage data with XForms

An old problem with a young solution:

HTML forms are increasingly becoming an inadequate tool when  (user) data are to be collected on the Web and stored in a database. Some important limitations of HTML forms are:

* Missing or complicated initialization of  form fields
* A flat data structure
* A weak data typing
* Lack of validation, no validity ranges
* Mixing data, application and presentation

We use the XForms standard (World Wide Web Consortium, W3C) to develop appropriate Web applications in a modern and lasting way. Data are stored in XML files or in data base systems. PDF output optional.