Book Image

Drupal 7 Webform Cookbook

By : Vernon Denny
Book Image

Drupal 7 Webform Cookbook

By: Vernon Denny

Overview of this book

<p>The Drupal Content Management System puts everyone in charge of their own internet destiny. Webform takes this power a step further by ensuring that you are never more than just a few mouse-clicks away from fully functional information-gathering forms. From simple contact forms to advanced web applications, Webform provides a solid tool set for both the novice and the expert.<br /><br /><em>Drupal 7 Webform Cookbook</em> gives you everything you need to achieve in minutes what previously cost hours in development and testing. Practical demonstrations of every facet give both the technical and the not-so-technical users an in-depth understanding of how things work.<br /><br />Install. Use. Customize. Extend. A mammoth learning curve devoured in small bytes: all digestible, with no choking.<br /><br />From designing coherent forms, to sending pretty HTML emails and managing data, explore the rich scope of possibilities that Webform enables. Also, easily extend and tune Webform with custom components and functionality.<br /><br />With <em>Drupal 7 Webform Cookbook</em> you are placed firmly in the driving seat.</p>
Table of Contents (18 chapters)
Drupal 7 Webform Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface

Building a survey form


The modules we will be trying out in this chapter need to be tested in conjunction with a Webform, so it makes sense for us to build a simple form to play with. Before we dive right in, let us first consider the specification from our imaginary clients, the owners of a video rental store.

Our clients would like to see a small proof-of-concept web application for a community survey they plan to conduct. Wary of potentially frightening folks away with seemingly complex processes, they insist that the form must be on a single page. The objectives of the survey are to help launch their store's online community and help them decide on stock levels for the various genres of film. They have already, over the years, collected information from previous clients which is currently stored in a spreadsheet. The video store owners would like to upload this data into the survey database for later use.

Our proof-of-concept form is to capture some basic contact details from users completing...