I am creating a wizard form to order items, I have 4 content types, project | door | dooroptions | projectoptions.
Aim is to display a form, with a default resultset on the page, and allow the viewer to filter the results on the page by form submission. This part works.
Sounds like a simple question. I\'ve added a bit of jQuery magic: $(\"#edit-save\").click(function(event) {
I am handling file upload field in a form using Drupal 6 form APIs. The file field is marked as required.
I am creating a custom form in Drupal. In this form I wish to create a select box. In this box I wish to list all users on the site. When saving my form this will populate a CCK field which references
I want a simple filter form, and a table below it. When the user changes the option on the select form, the table automaticaly changes. I think thats done with ahah.
Is there anyway say Drupal to validate form elements like email fields, passwords, numeric fields validate automatically lets say bind开发者_JS百科 a system validator
I have a form like poll form.When there is no data in db I want to show only add button and when user clicks \"more\" I want to show him/her a submit button.
It seems to be difficult to ajaxify a drupa开发者_高级运维l multistep form(loading next step without page refresh).I googled it but I didn\'t find any solution.
What\'s meaning 开发者_开发百科of \'#programmed\' attribute of a form array in drupal? I didn\'t find any documentation for it in drupal.orgDrupal allows you to submit forms from a programmatically, w