Webform is the module for making surveys in Drupal. It can be used for surveys, contests, personalized contact forms, or petitions.

learn more… | top users | synonyms

1
vote
1answer
28 views

Sending email to hidden field using webform after calling hook_form_alter?

Drupal 7.14, Webform 7.x-3.17 : I built a webform that has a hidden field "lt_email", and I'm assigning a session value to it using hook_form_alter - function ...
1
vote
0answers
25 views

Show webform results on same page

i have a webform with a lot of fields(i am making some kind of calculator for my needs) and after submit i need to show custom output under my webform. In hook_form_alter i have added custom submit ...
0
votes
1answer
13 views

Will disabling the Form Builder UI do anything to my webforms?

I want to disable the form builder UI so that I can select "multiple option" for a select list in the default webforms editor. This feature is missing in form builder. Can I do this or will it clear ...
-1
votes
0answers
17 views

Webform - How to add a (non submit) button within the form?

The client would like a button within the form, in addition to the Submit button. Is there a way to do this? If so, how? Drupal 7
0
votes
0answers
11 views

add custom error code in submitted ajax webform in drupal 7

hi i am trying to add add custom error msg in the field of submitted ajax webform in drupal 7 can anybody tell me how to do it
0
votes
2answers
22 views

How to add a table to a Webform or EntityForm

I am using a Drupal 7, and I want to have a customized form which includes: Simple questionnaire with textfield, checkboxes and dropdown lists. (I am able to configure this part of the form) The ...
0
votes
2answers
35 views

How to theme a webform - D7 [closed]

I am in need to theme webform in D7. How can I do that ? In the search I've come to know that by using web-form-nid.tpl.php we are able to theme a drupal individual form. Could any one guide me in ...
1
vote
1answer
22 views

Multipage form progress indicator

How would I go about adding a progress indicator to my multi page form? So for example, I would like to have a Heading at the top of each of the form pages/stages. I would like them all to be ...
1
vote
1answer
16 views

Webform - how to grey out/disable certain fields? Drupal 7

I am using a Webform module for my multi page form. I would like certain form elements to be greyed out/disabled if an answer to one of the questions is "Yes" (dropdown list). How would I go about ...
0
votes
1answer
23 views

Table format in webforms

I have created a customized form using the Webform module in Drupal 7, but I want to have a table with rows n columns one part of this form. I downloaded the Webform Table Element module, but there ...
0
votes
1answer
23 views

Webform - How to add additional “items” in Drupal 7

I would like to provide the option of creating additional text fields under the same Label, if necessary. In the form of an "Add another" button. So when this button is pressed, an additional ...
1
vote
1answer
20 views

Alter markup around a webform [duplicate]

I have been trying to alter the markup generated by my webform. . Example changes which I would like to do: Add the class "form-horizontal" to the classes under <form class=""/>. Add the ...
0
votes
0answers
17 views

Disable webform_ajax_page on the submission edit page

With the module Webform Ajax Page I want to disable it on submission edit form in the admin section... Is that possible ? and how to achieve that? Thanks
2
votes
1answer
27 views

How do I chose recipient email address depending on textfield value?

I have created a webform which has a "Reference number" textfield. When someone types 101 in that textedfield, the submitted form should be send to example@gmail.com; if someone types 777, the ...
-3
votes
0answers
19 views

I need to post data to webform using webservices [closed]

I have created a service for the webform and Submission. I tried same as given in module description. Below part is working well Webform Endpoint GET @ endpoint/webform => Index of all webforms. GET ...
0
votes
0answers
13 views

How to create a new user with rules and set data value for his profile (profile2)

I have a problem when i use rules, webform and profile2 on drupal 7.x. I want to create a new user after the submission of a webform and set data on custom field that i made on a user profile with ...
1
vote
1answer
27 views

How do I overwrite the particular webform submit event in template.php?

I want to control a particular webform submission event, and I am trying to use the following function in my template.php file. function bartik_form_webform_client_form_7_submit(&$form, ...
0
votes
2answers
42 views

How can I replace the “Add to cart” button with an “Ask about product” button, based on product property?

Let's say client wants button "Ask about" for chosen product instead of "Add to cart" (he requires personal contact for some products). It should be based on data from a specific product field, so he ...
0
votes
0answers
8 views

Keep a single webform across a translation set + validations

I'm trying to use a single webform across translations and everything works fine, except validation. The original webform (with attached validators) is ok, but on translated nodes the validators don't ...
0
votes
0answers
10 views

webform plupload integration

can i integrate plupload(http://drupal.org/project/plupload) with a webform file field i tried this code function subthemetest_form_alter( &$form, &$form_state,$form_id ){ if ($form_id ...
1
vote
0answers
18 views

Dynamic Content Displayed in a Block

Site: Drupal 7 with a responsive theme. I need to display some dynamic content in a block based on the results of a form. For discussion pursoses. Field 1 is a drop down of states [NJ, PA, NY] ...
0
votes
0answers
18 views

another node as a field in webform drupal 6

I have created a content type in Drupal 6 and I want this content type to be a field in my Webform say like a <select><options></select>. Is this doable? Thanks.
0
votes
1answer
21 views

Connect two webforms?

I have 2 webforms: survey webform and task webform. The entry point is task webform and it requires user to login. There is a controller or something to check if user has previously filled in a ...
0
votes
1answer
26 views

Webform Conditional is not firing when using a hidden field

I am trying to hide/show a field from the user based on a hidden field, whos value is set from the server. I have set up a conditional so that if the hidden field 'X' value is 'a', then field 'Y' will ...
0
votes
0answers
9 views

Create a %get- based url as a field in a webform that draws %get values from the same webform

ok, so my staff fill in a form with client details. then submit. i'm using the webform report module. i want to create a field type like so: ...
0
votes
0answers
25 views

Pre-populating Drupal Commerce Checkout Page with Webform Data

I'm using Drupal Commerce and Commerce Webform to create a webfrom which when submitted goes to the checkout screen of a Drupal Commerce shopping cart. The webform is used to collect several pieces ...
0
votes
0answers
23 views

Access Form Field Tokens or variable on Webform using Rules

This is a syntax question that has me pulling my hair out. D7 using: Webform 4. Webform CiviCRM Integration Rules Webform Rules Want to use rules to get data out of the form (civicrm field). ...
0
votes
1answer
59 views

How to pass value from form to url parameter

in my sidebar i have block with a form where users add name of restaurant and when they cick Submit they are supposed to be redirected to a page where my webform is. I need url like this ...
0
votes
0answers
11 views

Multiple values of component in webform in drupal 6

I am creating a event registration form using Ubercart Event registration module. It used the webform module to add fields in registration form for the event. I want to display a member information ...
0
votes
0answers
19 views

webform personalized survey

Can anyone recommend me, which module to use for a personalized survey? I was looking into webform and entity_forms. My mission is to send user a link to his survey, in this link there is a id or ...
0
votes
0answers
22 views

how to fine control permission of webform submission result

Webform module provided a single role permission “Access all webform results” to access the submission data. There are few more local menu tab, analysis, table, download which I want to able to fine ...
1
vote
1answer
23 views

%post[key] value in webforms not rendering correctly D6

I am trying to use "Special Tokens" in the webform module (6.x-3.18) on Drupal6. I'd like the data to populate a hidden field I've created with the email field on the same form. Under default value ...
-1
votes
0answers
52 views

Phonegap Image upload to drupal server

Am trying to upload my image into the server using phonegap android development. I tried following code to upload my image. function upLoad(){<br> console.log("in do ...
0
votes
0answers
15 views

Dynamic Upcoming Event Selection on Webform Using Views and Viewfield

What I have is an Events Calendar and an Events Content Type. On the back-end events are added then I am using the Webforms Module to create a Register to Attend page. What I can not seem to figure ...
0
votes
1answer
36 views

Exporting webform information programmatically

I have a Drupal site that uses the Webform module. It has many options for downloading the results via the Drupal interface but it doesn't have anything out the box to get the data programmatically ...
0
votes
0answers
35 views

Webform data token usage

I have a multi-page form and on the first page are textfields for a user to provide his/her first and last name. On the form's next page is a markup component with a message asking the user to ...
2
votes
1answer
55 views

Customizing webform results submission page

I'm new to drupal. I'm using drupal 7 version. I have created one webform with Name, gender, programme, branch, district, college..etc fields. And now I want to customize webform result submissions ...
1
vote
1answer
26 views

Re-use value entered in component in previous webform page on following page in markup

I'm creating a webform with multiple pages. On the first page, I ask for "Name" (textfield), and on the second page, I would like to have a markup component that incorporates the value entered for ...
0
votes
1answer
20 views

How to generate registration id based on college selection in a webform

I am drupal beginner.I have created one webform with some fields(name,college,branch,Address,email,contact number,etc)and when i submit my form i need to get a unique registration number(college code ...
0
votes
0answers
30 views

How to generate a unique registration number for every record submitted in webform

I am drupal beginner.I have created one webform with some fields(name,college,branch,Address,email,contact number,etc)and when i submit my form i need to get a unique registration number. I also ...
0
votes
0answers
35 views

Loop through Webform fields in Drupal 7

I am creating a customized webform through a Block Module and need to show Webform fields in a customized way. The Custom Layout is hard to achieve through CSS, so I was hoping to show all the fields ...
0
votes
2answers
70 views

drupal webform sliding radio button

I m trying to build a form that has questions with radio button answers when someone clicks on a radio button the next question comes up and it should have a next and prev button is there any php code ...
0
votes
0answers
29 views

Webform radio buttons sub-categories

I wonder if there is anyway to achieve the following as a webform select options component? Car 2 door 4 door 17 door Bus Train Fast Faster Fastest ...
0
votes
1answer
37 views

Webform radio button sets common functionality

I have 2 sets of radio buttons which have different data and because they are radios, you can only select a single option per set. However, I am trying to achieve a setup which will allow only one ...
1
vote
0answers
21 views

Webform act as Warranty form

I'm a newbie, working on a project which need to use the webform act as warranty form, the form got a date field. After the user submitted the form, the submission result page should show the expiry ...
0
votes
1answer
33 views

User Login Destination | to his first submission | Webforms

i have a career form built with webforms ; I need the users to go back to their first submission when they come back to the site again . Login Destinations | can help me with that . but it will send ...
0
votes
0answers
15 views

Civicrm Membership Type in webforms

I am using the webform_civicrm module. It is not having the option to link the membership type to webforms. How can I link membership type to webforms?
0
votes
1answer
87 views

Drupal Webform Radio button slider?

I have created a webform in Drupal. It has a pagebreak after every question. What I want to achieve is the following: When someone clicks on a radio button, the next question should slide up without ...
1
vote
1answer
68 views

How can I store the user agent string and referrer for Webform 4.x submissions?

In Webform 3.x, I have a "Give me feedback" webform that I embed in various places throughout my site using Panels. This form contains two hidden fields: Referer / Default value: ...
0
votes
0answers
8 views

Webform Authorize.net table empty after payment

I need to know what are the tables Authorize.net uses and Why? I found this table empty after successful payment .. Tables authorizenet_profile authorizenet_pay_activity ...

1 2 3 4 5 11