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:
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
I am trying to dynamically generate form elements (based on an array retrieved from DB) using the following code:
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.
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?
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
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
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
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
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.