Albatross Forms Overview

Albatross Forms provides support for developing Albatross applications which gather data from the user, validate it, and then return the user's data to the app. Much of this work is mechanical and it's tedious and error prone writing the same code on different pages in the application.

Albatross Forms is designed to use CSS to change the layout of the forms when they are displayed rather than encoding the HTML into the form tags. This helps make the web site's presentation consistent. Validation errors can be presented consistently and so on.