Showing posts with label Drupal forms. Show all posts
Showing posts with label Drupal forms. Show all posts

Saturday, March 27, 2010

Create multiple-step forms using CCK Fieldgroups in Drupal

multi-step-form.jpg



Lately I've been working on a Drupal project, and one aspect in our priority list is the user-friendliness for the people who will submit their contents to the site. A good solution would be to divide the submission form into different steps so that the form page would not be so crowded. Thanks to David Newker for his solution on how to create muliple step forms using CCK Fieldgroups in Drupal. Here are the instructions I followed: