Top "Drupal-webform" questions

The Webform module can be used to create contests, personalized contact forms, or petitions.

Drupal 7 Webform : How to display/hide some fields based on other select option fields

I am using Drupal -7 and webform .. I need to show/hide different fields based on on select option. for …

drupal drupal-7 drupal-modules drupal-webform
drupal form alter in webform forms

I know that there is possible to use some functions to alter drupal core forms: hook_form_alter(). Can we …

drupal drupal-webform
Using Hook_form_alter on webform submitted values

Drupal 7. Webforms 3.x. I am trying to modify a webform component value on submit. I made a custom module called …

php drupal drupal-7 drupal-webform hook-form-alter
How to round to two decimal places PHP

I would like to round a number to two decimal places in PHP. PHP code: $bmi = ($form_state[values][submitted][1] * 703) / ($…

php drupal decimal drupal-webform
How and where to write Webform submit hook?

I am new to Drupal(7) and hence need some help for following situations. I have created one Webform(I have …

drupal-7 hook drupal-webform
How do I apply webform validation in drupal 7?

I have webforms in my drupal 7 website. What I want is to validate my webform fields. The webform contains a …

validation drupal-7 drupal-webform
How to remove the submit button from a specific Drupal webform

I'd like to remove the submit button from a specific Drupal webform, is this possible and if so how do …

drupal drupal-webform
How can i create a selectbox or checkbox in Drupal Webform?

i can't create checkboxes or select boxes in drupal with webform http://img151.imageshack.us/i/screengh.jpg/ http://img573.…

drupal drupal-webform