How to specify file to search for 开发者_运维问答a function drupal_get_form?If you mean a form used as page callback, the file parameter is where you can specify a filename:
I\'m looking for a Java equivalent to Content Construction Kit + contributed fields for Drupal. I\'ll settle for pretty much any view technology that can run on Tomcat.
I\'m doing some webform validation using webform_form_alter. I\'m using webform_form_alter because I switch certain content on a \"select\" field.
I\'m looking to add some speacial validation with webform through Drupal. It seems the old forms you could add extra PHP code to \"Advanced Settings\". According to this link we shouldn\'t be doing th
I need for my select lists to have a default option of an empty value, or \"Select\" with no value. I don\'t see any mention of how to do this in the documentation.
I\'m trying to send a thank you email to the user submitting the form in HTML. I found out by using a hook in my template.php file like this works to set the header correctly:
I开发者_JS百科 have a simple booking form in Drupal created using the webform module. I wanted to change the date / time fields from texboxes to a Calendar popup. Can this be done?This has been an ong
I am using Drupal Webform 6.x-2.9 - is there a way (some code snippet开发者_StackOverflow or module) to make the form \'e-mail only\' and NOT store the submissions in the database? I googled for a sol
I\'m trying to m开发者_如何学Goodify value of the submitted field with php (server-side) to be send by mail and written to db:
In my website, each user with the manager role needs a webform to get enquiries from users.. the webform which have created is for co开发者_StackOverflow中文版mplete website.