drupal-fapi
drupal6 submit to third part site with internal redirect
I\'m trying to submit a drupal 6 form PIA to a third party site for processesing, but after submitting the form, I need to redirect to a thank you page within my开发者_StackOverflow own site.[详细]
2023-04-12 05:06 分类:问答The name of element in the #process callback (Drupal)
I\'m trying to create a new form element representing the bbcode editor, which is a compound object of the toolbar and native textarea 开发者_如何学Celement.[详细]
2023-04-09 23:11 分类:问答Alter a hardcoded form of options based on $user already saved
What I\'m trying to accomplish I\'m building a favorites module and I need the ability to: Select from a dropdown, hardcoded list of options[详细]
2023-04-01 11:06 分类:问答How to create form that will add content in drupal?
I can create form 开发者_Python百科with drupal forms api, but I don\'t know how to do hook to edit or add the contentIn your form_submit handler, you can write the contents of your form variables (suc[详细]
2023-03-25 07:13 分类:问答How do I insert a custom form into a Drupal node view and process the node's data on submission?
We are importing our sales orders from our accounting system into a Drupal 6 site. We setup a content type called orders.[详细]
2023-03-19 08:45 分类:问答How do I hide a required CCK Nodereference input widget in #after_build?
Once the node has been saved once I\'d like to block users from editing a required node开发者_开发问答reference field. I tried changing the type to \'nodereference_hidden\' like this but then submissi[详细]
2023-03-12 09:07 分类:问答Drupal won't let JQuery add to a select list in a custom form
I have a form with a drop-down \'select\' element that the user will sometimes need to add to. So, I added a link to open a Modal Frame form, created the Modal Frame form, and made its _submit() funct[详细]
2023-03-08 11:00 分类:问答drupal 6, FAPI, many instances of the same form in the same page but only the first is submitted
I\'m using the FAPI for building and processing a form, and I successfully created many instances of the same form on a page.Hence every form has the same input fields, but different fo开发者_如何学Go[详细]
2023-03-07 18:12 分类:问答Show same form many times on one page (D7+formapi)
I\'m trying show on views (each row) my custom form. It works, but the form doesn\'t work proper. I need to give to each form different ids.[详细]
2023-03-03 11:15 分类:问答drupal 7 content type programmatically
I want to create modules for my content types. Looking over the drupal field api as well as some examples of creating content types programmatically, i have a basic module. But theres a fe开发者_如何学[详细]
2023-02-26 18:32 分类:问答