drupal-fapi
Drupal form submission to a 3rd party website
I\'m building a form in Drupal that needs to submit to a 3rd party website. Within the form API 开发者_StackOverflowit seems like this is not really possible as you register form submission handlers t[详细]
2023-01-18 14:48 分类:问答Drupal Webform Validation (webform_form_alter)
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.[详细]
2023-01-18 12:47 分类:问答Drupal 6 getting the node title from a submitted form
I am using form_alter to edit the submit function when editing content. In my custom function I wish to edit a custom message to the screen with the title name. I thought a way I could do this is some[详细]
2023-01-15 13:13 分类:问答Drupal 6 Form Api adding an item to an existing form
I want to add a new item into an existing form. I have the ID of the form and I know I need to use hook form_alter but not sure how to add it.[详细]
2023-01-15 12:47 分类:问答Drupal cck checkbox with global setting
I am creating a \"sticky\" checkbox for my content type \"news\". this means that one news node is sticky, and is used in a banner like box.[详细]
2023-01-15 11:20 分类:问答Drupal hook fired after node created
When I create a node I want it to programmatically create some nodes that reference the node just created.[详细]
2023-01-15 04:44 分类:问答Drupal jquery submit form without submit button
I have a drupal form which i post using jquery when you select an option from a selectlist (a sort of quicksearch selectlist).[详细]
2023-01-14 19:35 分类:问答Showing form data after submit
I have a form with a submit button and a handler that stores data in the database. Problem is when the form is submitted, all data is cleared from the input fields. Is there a way to still show them a[详细]
2023-01-13 23:59 分类:问答Using reCaptcha, Lightbox, and Drupal's Form API together
I\'ve been wading through the issues of putting a Drupal form in a Lightbox2 lightbox. Perhaps wrongly, I\'ve resorted to doing all the validation in javascript before submitting the form (I couldn\[详细]
2023-01-13 18:21 分类:问答How to uninstall a module that overrides the core user module?
One of my developers wanted to override some functiona开发者_开发问答lity of the core user module. He made a copy of the core user module and placed it in the sites/all/modules folder. Something in th[详细]
2023-01-13 06:53 分类:问答