Snap! Websites
An Open Source CMS System in C++
Online forms are required for many different aspect of a website.
Forms are used to allow users to search, for log in screens, for entering a quantity, to ask for credit card information for a payment, to write a comment, etc.
The forms are created and POSTs are parsed using the CppCMS library which takes care of that aspect of things (TBD).
The ability to create a form is a simple concept, however, the ability to generate the correct HTML code to get the expected result is not. We hope that the CppCMS library will take care of that so we do not have to on our end. The only thing we want to be able to do is add a class to each form item so they can easily be transformed with CSS.
See: Widget feature
See: Leaving HTML behind
Snap! Websites
An Open Source CMS System in C++