drupal-forms
My Form Submit Function Is Not Working
I\'m developing a custom module for Drupal 6, that creates a simple form. My problem is that the submit function is notbeing called/processed!!! Here\'s my code:[详细]
2023-04-12 23:08 分类:问答drupal form to calculate date
I need a function to be able to retrieve the selected date from a date_popup in drupal form this is my form and the code that i\'ve tried,Im doing a form for pregnancy calculator and im new in drupal[详细]
2023-04-07 00:14 分类:问答Drupal 6 Form API not processing values
I am trying to dynamically generate form elements (based on an array retrieved from DB) using the following code:[详细]
2023-03-28 07:54 分类:问答Drupal 7: Working module anywhere for multi-step registration form?
Searched for a stable module that is good for a multi-step registration form so i can replace the built-in registr开发者_开发百科ation form of drupal with that one.[详细]
2023-03-27 00:32 分类:问答Theming with CiviCRM and Drupal, php variables, basics
I\'ve installed CiviCRM with my drupal installation, and I am creating a custom theme.What is a good resource for utilizing CiviCRM elements in the theme?[详细]
2023-03-25 06:55 分类:问答Validating an input in a Drupal form
I have a Drupal form wherein someone inputs information, and I need to do a database query to check if it is valid before submitting.I开发者_如何学编程 would like to either have a button the user can[详细]
2023-03-21 13:29 分类:问答Drupal: How to bind a custom jQuery function to a certain AJAX response?
I have an AJAX form which is validated by AJAX callback function. Everything is done using Drupal API. But I don\'t want t开发者_如何学Pythono use standard mechanism of appending/prepending/replacing[详细]
2023-03-20 14:28 分类:问答Accessing values in Drupal's $form_values from a custom Drupal Form
EDIT: Seems like my \"array-crawling\" skills were not enough, thanks for the suggestions. Moreover, I found out that I was checking the $discounttype condition with a plain \"=\" instead of a double[详细]
2023-03-13 03:22 分类:问答Drupal data not adopting an orphan table - Apparently this is a table prefix issue (not sure what that means)?
I\'m working my way through the Webform MySQL/Data solution http://nodeone.se/blogg/finally-webform-submission-data-in-views. All the required modules are installed, everything looks fine. However, wh[详细]
2023-03-09 12:04 分类:问答Run JavaScript code on form submission
I wa开发者_StackOverflow社区nt to run a JavaScript code upon a form being submitted preceding other default tasks that are carried out on form submit.[详细]
2023-03-09 11:46 分类:问答