Build forms with the formbuilder module
- Written by Dieter Vanden Eynde on Monday 29 November 2010
- 23 comments
Building forms is one of those things most developers don't like to do. It's a repetitive monkey job that provides little to no satisfaction. So we created a module that allows anyone to create forms via Fork CMS. No longer do developers have to toil away at forms.
The module allows anyone to create his own custom form and link it to a page on their website, without the interference of a developer.
Options include changing the default values from form fields, to validation with custom error messages. In other words, you're able to tune the form to your liking.
But what to do with the data sent through these custom forms? The interface of the formbuilder allows you to browse through all your sent forms. Optionally, the formbuilder can send you an email each time a new form is submitted (including the form data). If you ask nicely it might even give you an export of all data.
Lester wrote 13 years ago
Nice!