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
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.
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
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.
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.
When I create a node I want it to programmatically create some nodes that reference the node just created.
I have a drupal form which i post using jquery when you select an option from a selectlist (a sort of quicksearch selectlist).
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
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\
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