drupal-fapi
Drupal temporary wizard form
I am creating a wizard form to order items, I have 4 content types, project | door | dooroptions | projectoptions.[详细]
2023-02-05 05:26 分类:问答Drupal: Render form including results, but don't duplicate resultset query
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.[详细]
2023-02-02 01:35 分类:问答How can I disable a Drupal form submit button when it is clicked to prevent double submission?
Sounds like a simple question. I\'ve added a bit of jQuery magic: $(\"#edit-save\").click(function(event) {[详细]
2023-01-31 07:37 分类:问答Drupal 6 File Handling
I am handling file upload field in a form using Drupal 6 form APIs. The file field is marked as required.[详细]
2023-01-29 08:24 分类:问答Drupal creating a select box and populating it with user reference
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[详细]
2023-01-24 14:06 分类:问答Drupal: how to show a form (select) acting as filter options, then show a table of stuff from the database?
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.[详细]
2023-01-23 16:16 分类:问答Drupal form validation functions
Is there anyway say Drupal to validate form elements like email fields, passwords, numeric fields validate automatically lets say bind开发者_JS百科 a system validator[详细]
2023-01-21 05:55 分类:问答Make changes to main form with ahah callback in Drupal?
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.[详细]
2023-01-19 07:49 分类:问答Is it possible to ajaxify drupal multistep forms?
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.[详细]
2023-01-19 02:05 分类:问答What's meaning of '#programmed' attribute of a form array in drupal?
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[详细]
2023-01-18 19:49 分类:问答