Webform

How to create a pre built list for webform in Drupal 6/7

Hello folks.

Sometimes we require to collect information from users, and a webform is a good option for that, but the problem comes when you need to present a variable list of options.

Imagine you want to allow user to request a role promotion, that means the user can fill out a form and select from a list the role he wants to get.

In an ideal world, this list of roles must be dynamically, to shrink or grow, when you delete or add new roles in your system. This simple task could be a nightmare in webforms.

AttachmentSize
custom_webform_pre_build_list.zip1.14 KB

New Drupal Contribution: Webform Password Module

Hello folks

Today I pushed a new drupal module named webform password.

This module Provides a new Forms API element which is a password textfield element .

Module applications:

  • Webform login
  • Webform Register

Enjoy It.

enzo

Subscribe to Webform