- Accessibility
- Actions
- Blog
- Bootstrap
- Calendar
- Code Snippets
- Core Hacks
- Cron
- Development Environment
- Drupal 7
- Flash
- Forms
- Goodies
- Hooks
- Hosting
- Images
- Installation, Updating and Moving
- Internationalization
- Javascript/JQuery
- Learning Drupal (New Users)
- Login/User Management/Permissions
- Logs
- Menus
- Modules
- Nodes
- Paths
- Performance
- RSS
- Reference Sites
- Registry
- Reporting
- Reporting Bugs/Issues
- SEO
- Schema
- Search
- Security
- SimpleTest
- Sites
- Support
- Testing
- Themes
- Troubleshooting
- Upgrading
- User Groups
- Workflow
Submitted by captaindav on Mon, 2009-04-20 20:47
The Webform module provides a flexible way to create a form that needs to have email notifications sent went it is submitted. Typically this is for a Contact form. The Webform module is more flexible than Drupal's default Contact module, which does not provide for custom fields on the Contact form. For this reason, it makes sense to always use Webform for Contact forms, as the form can be easily customized in the future.
A Webform must be published in order for anonymous users to see the form.
Typically, the display of the "Submitted by username on date" line at the top of your webform is disabled. In order to do this, go to Themes/Configure/Global Settings, and uncheck the Webform checkbox in the "Display post information on" section.
Typically, the ability to leave comments about the form is disabled in the Webform "Edit" settings (comments are enabled by default).