DrupalCamp Atlanta Presentation - Build a Complete Business App with Webform Module
Overview of DrupalCamp Atlanta presentation on building business applications with Drupal's Webform module.
I had the pleasure of giving the following presentation at DrupalCamp Atlanta.
Webform is an amazing and very versatile Drupal module, and you can do a lot by just configuring it. But did you know that with just a little bit of code, you can do a lot more? Such as:
- Generating template-based PDFs from webform submission data
- Attaching the generated PDF to the outgoing webform email
- Adding custom attributes to webform components for all kinds of amazing functionality, such as:
- Add configurable JavaScript behavior to webform components
- Add an additional CC/BCC address to an email address component
- Make a select option “single use” (e.g. a seat that goes out of inventory once selected in a webform submission)
- Attach a “price” to a webform option
- and much more …
This session walks you through the process of building an app by configuring webform module forms that model your business process.