Create a Ticketing System with Support and Webform
Creating Inline Labels with CSS
You can manually make your webforms use inline labels with the following CSS. Simply add this CSS to your theme's style.css file and all
Creating a Letter to the Editor form
A common action nonprofit organizations ask their constituents to make is to submit letters to the editor (LTEs) to their local newspaper.
Theming the confirmation page
According to the THEMING.txt file included with Webform, you can customize the Webform's confirmation page by copying the webform
Upgrading from Webform 2.x to 3.x
The new 3.0 version of Webform provides vastly improved APIs, integration with more modules, conditional field logic, e-mail templating, and
Webform Additional Submission Snippets
This is a collection of PHP snippets that you can use to add custom submission handling to your Webforms. Using submission code, you can
Webform Additional Validation Snippets
This is a collection of PHP snippets that you can use to add custom validation to your Webforms. In any validation script, you may use the
- Check for URLs - SPAM prevention
- Check for required information in multiple fields based on the state of one field
- Ensure Two of the Same Value
- Limiting the Total Number of Submissions
- Min/Max Length
- Require one of two fields be filled out
- Validate E-mail Addresses
- Validating Fax Number
- Validating Name or Last Name
- Validating Pincode / Post Code
- Validating URL
- Validating a Phone Number
