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.
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
I would like to round a number to two decimal places in PHP. PHP code: $bmi = ($form_state[values][submitted][1] * 703) /
Just rebuilt a companies website, updated their A records to point to it\'s new server location but kept their email function as was.
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
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
I know that there is possible to u开发者_开发问答se some functions to alter drupal core forms: hook_form_alter().
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
I currently have the following as an output in my email, and wish to remove the pagebreaks from the email that gets sent.
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/