You are not logged in.
Pages: 1
Is there a default module or content type for forms (like a contact form or feedback form)? Or an extension that would accomplish it?
Offline
Internally we use simple form management module. We are currently in the process of documenting the source and deciding how it will be released though our up-coming extension library.
However this doesn't mean forms have to be a pain. Normally I will set up a routed template where the default.php file draws the form, process.php processes the submitted data, and thanks.php displays a submission confirmation message to the user.
default.php
Offline
Pages: 1