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.
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.
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
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
We are importing our sales orders from our accounting system into a Drupal 6 site. We setup a content type called orders.
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
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
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
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.
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开发者_如何学