drupal-webform
Drupal 6: How can i add a link to a hook_menu()?
I have my own module and I implemented a hook_menu, I want that one menu-item redirect (The menu has to stay active) to an existing webform page, this page is:?q=node/add/webform.[详细]
2023-02-20 14:57 分类:问答Jquery chart stopped showing all of a sudden
I have the following code, which was creating a graph on the confirmation page of my Drupal Webform (I created a stress test), and has been working fine for several weeks.Now all of a sudden this enti[详细]
2023-02-18 22:53 分类:问答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) /[详细]
2023-02-18 05:07 分类:问答Sending an email from one server to another using same domain name
Just rebuilt a companies website, updated their A records to point to it\'s new server location but kept their email function as was.[详细]
2023-02-17 10:29 分类:问答How do I only show fields that have values, and hide fields that do not have values?
I am trying to get this code to show only fields that have values, any fields that don\'t have values are not meant to be displayed.It doesnt seem to be working[详细]
2023-02-17 03:11 分类:问答Drupal webform - unique ID for submissions, but unique to THAT form
One of my websites has a LOT of forms, and they are heavily used. This means that t开发者_C百科he Webform module\'s \"SID\" is rapidly approaching 1 million, as it notches up a +1 for every form submi[详细]
2023-02-15 06:47 分类:问答drupal form alter in webform forms
I know that there is possible to u开发者_开发问答se some functions to alter drupal core forms: hook_form_alter().[详细]
2023-02-13 17:46 分类:问答Drupal WebForm with CCK content types. For anonymous users
I am probably asking a noob question... however: I have a Drupal site that the customer has a web form where anonymous users can fill in to order some posters (there is 3 to choose from). These are f[详细]
2023-02-13 07:08 分类:问答Remove pagebreak fields in Drupal Webform submission email
I currently have the following as an output in my email, and wish to remove the pagebreaks from the email that gets sent.[详细]
2023-02-08 17:03 分类:问答Programmatically change the submitter user in the webform module
I automatically create users for visitors that submit my webforms as per http://www.mikewagan.net/2010/10/drupal-create-user-accounts-through-the-webform-module/[详细]
2023-01-28 14:55 分类:问答