drupal-fapi
Drupal FAPI form calls callback twice
First post on stack overflow... so go easy on me! There doesn\'t seem to be a suitable solution to the Drupal FAPI multiple callback issue for simple form submissions.[详细]
2023-02-18 02:06 分类:问答How to use the Drupal 7 form API without Drupal?
I really like the way the Drupal form API is conceived. I have never been blocked by the API even with v开发者_开发技巧ery high marketing expectations on subtle form features.[详细]
2023-02-17 23:20 分类:问答Get the value of options in php Drupal Form
update I have made a Drupal Form with the Form API. I used a the element select, my question how can I get the value that the user chose?[详细]
2023-02-15 06:23 分类:问答drupal javascript API & form set error
1.is there a way to do form_set_error in client side so if there is error in javascript validate it will set error and wont let user process the other steps? js can be disabled so i want to take extra[详细]
2023-02-15 04:16 分类:问答How do I update more than one container/element using AHAH in Drupal?
I\'m creating a summary view of products and prices, along with the ability to update the prices for each开发者_StackOverflow product (each product has 5 prices for various user roles).[详细]
2023-02-14 07:27 分类:问答In drupal, how we generate <form> tage with fapi
am using drupal, I made a form wiht drupal fapi moduele_menu() module_myform(开发者_如何学Go) module_myform_submit[详细]
2023-02-13 22:27 分类:问答How to update the value of a single field invoking appropriate validation
I\'m making a module to allow users to update single fields on in this case, their user entity. The code below is an example of the method I have initially been using to get it working and test othe[详细]
2023-02-12 02:11 分类:问答Using .ai (adobe illustrator) variables with Drupal variables
As we know that we can assign the variables to Adobe illustrator file开发者_开发技巧.Is it possible to access these variables by using Drupal 7 variables feature?Short answer: no.[详细]
2023-02-10 16:16 分类:问答Drupal 6 custom submit function to alter submitted node data
I have written a module that uses hook_form_alter to add a custom submit function to the node form. This function is not intended to remove the original node submit function, it is there simply to alt[详细]
2023-02-07 01:52 分类:问答drupal_get_form : Manual call to render a form isn't working
Menu Callback function content_form_select($id, $sid){ $type = check_content_type($sid); if($type == \'video\')[详细]
2023-02-06 16:47 分类:问答