Webform is the module for making surveys in Drupal. It can be used for surveys, contests, personalized contact forms, or petitions.
0
votes
0answers
11 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 . Is this doable? Thanks.
0
votes
1answer
12 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
18 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
7 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
12 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
9 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
45 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
5 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
17 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
16 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
0answers
19 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
36 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
13 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
25 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
29 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 ...