I\'m trying to figure out what is wrong with this bit of Drupal 6 php code i\'m trying to get working in Drupal 7:
I have a file upload form how can I retain this file when there are other validation errors so that the user doesn\'t have to upload the file again?
I have set up a multistep webform on a Drupal website and I am trying to check a field and stay on the first page of the webform if the field doesn\'t meet the conditions. On the first step of the web
I\'m working on a custom module using CTools ajax and form. I tried to combine this example with the one from here. It goes like this: a user chooses from one of the radio buttons, on submit the map o
What is the best practice for a dynamic select list in Drupal 7? Create a Field with 开发者_开发知识库dummy options via the UI and overriding the options with hook_form_FORM_ID_alter
I am trying to create a form with the Drupal 5 form API that has two textareas, both of which should have have a wysiwyg editor enabled to allow HTML formatted input. However, only the second textarea
I have a node form in Drupal 7, in order to simplify it for the user I want to break it up into sections using the vertical tabs feature.
How can I execute a function, when user clicks specific button? E.g. when I want to count, how many times user w开发者_开发技巧ill hit \'A\' button during writing (or Ctrl+C combination).
Im looking to populate drupals form api fields with records from the database. with: function mytopfive() {
I am creating a form where i have to populate \"X\" form elements (text-fields to be specific) based on values in the database (X number of elements, properties of each element etc). Is there a way to