Form
(How To) How to use the Webform module to create custom forms for your Drupal Website
Tips: How to use the Webform module to create custom forms for your Drupal Website
- guru's blog
- Login to post comments
- Read more
(Tutorial) The Future of Form Building in Drupal
Tutorial : The Future of Form Building in Drupal
Today Lullabot released an exciting new project into the Drupal community. It's the Form builder module: an AJAX, Drag and Drop interface for constructing forms in Drupal. We hope that it will become the defacto standard in building forms in Drupal, replacing our inconsistent form-building tools that are spread across CCK, Webform, Profile, and other modules.
- guru's blog
- Login to post comments
- Read more
(Slideshow) Theming Drupal 6.x Forms
Slideshow : Theming Drupal 6.x Forms
About Slideshow : Matt Haughey (MetaFilter) once said, “Forms are tedious, confusing, often poorly designed, and most people equate their use with things like paying taxes.” Forms are often overlooked by themers because the code seems complicated and the forms are good enough that the hassle of learning the code does not seem to be worth the trouble. But in Drupal 6 theming forms has gotten a WHOLE LOT EASIER!
- guru's blog
- Login to post comments
- Read more
(Tools) Ajax Form Builder Example
Tools : Ajax Form Builder Example
- guru's blog
- Login to post comments
- Read more
(Tips) Adding A Javascript Counter To Your Drupal Forms
Tips : Adding A Javascript Counter To Your Drupal Forms
if you want to add a javascript counter (n characters remaining) to your drupal forms, you can do the following ; (jquery code based very heavily on the jquery tricks on reindel.com)
1. add two new classes to your text area
- guru's blog
- Login to post comments
- Read more
(Plugin) jQuery Form Plugin
Plugin : jQuery Form Plugin
Overview
- guru's blog
- Login to post comments
- Read more
(Tips) Dynamic and Multi-Step With Drupal's Form API
Tips : Dynamic and Multi-Step With Drupal's Form API
- guru's blog
- Login to post comments
- Read more
(Tutorial) Drupal 5: Making forms that display their own results
Tutorial : Drupal 5: Making forms that display their own results
Drupal's Form API offers advanced features for validation, processing, and (in version 5) multi-part forms that span several pages. Sometimes, though, you need to do something simple: write a form that does nothing but display some formatted information based on the data that was submitted.
- guru's blog
- Login to post comments
- Read more
(Tutorial) How to Create Multistep Form in Drupal 6
Tutorial : How to Create Multistep Form in Drupal 6
CMS system will help us to quickly have the base system but it will limit our development if we are not familiar with the API. Multistep form is a form which has multiple pages of fields and the user should go through each page until at the end of the step. I will touch on how to turn Drupal 6 form into multistep/flowing form.
- guru's blog
- Login to post comments
- Read more
(Tutorial) Modifying profile node embedded in registration form
Tutorial : Modifying profile node embedded in registration form
Here's the dump of the form information for the profile node type embedded in the user registration form.
I can't get form_alter to apply to just this form-- if I use node-form it works, but it shrinks every other body text field also.
- guru's blog
- Login to post comments
- Read more

![Drupal-6-Book-[Building Powerful and Robust Websites with Drupal 6].jpg](http://www.drupalranch.com/images/Drupal-6-Book-[Building%20Powerful%20and%20Robust%20Websites%20with%20Drupal%206].jpg)