drupal-fapi
Drupal: How to Render Results of Form on Same Page as Form
How would I print the results of a form submission on the same page as the form itself? Relevant hook_menu:[详细]
2022-12-28 18:16 分类:问答AJAX in Drupal Forms?
How would you go about constructing a step by step form that uses AJAX through Drupal to pull the next form ste开发者_StackOverflowp?[详细]
2022-12-28 14:07 分类:问答How remove node ID [nid:n] in NodeReference fields
This is the same question of this link: Removing [nid:n] in nodereference autocomplete According with the first answer (Grayside) I\'ve created my own module and activated. Then I create a new conte[详细]
2022-12-28 13:14 分类:问答img captions based on src value match
I am trying t o create img captions based on src value match. JQUERY : What is the best way to extract \"Author-ABC\" from an img with src value wwww.abcd.com/images/imagename__Author-ABC__.jpg and r[详细]
2022-12-28 00:44 分类:问答Drupal: adding disclaimer text above the submit button in a webform
Is there an easy-ish way to modify the webform-form-tpl.php template to show disclaimer text above the submit button in a Drupal webform? I can add text below the button, but do not know how to split[详细]
2022-12-27 13:01 分类:问答Drupal hook alter with hook validate
I hav开发者_如何学Pythone a CCK defined form called \'mytype_node_form\'. I create a module called form_overrides[详细]
2022-12-27 06:43 分类:问答Drupal: collapse CCK Fields in edit content pages?
can I collapse the field in my edit-content page in Drupal ? For example, at the bottom of the page Revision Information, URL Path Settings, Authoring Information etc are collapsed.[详细]
2022-12-27 04:37 分类:问答need some tips on Drupal $form value
I got dpm($form) working. Nice! This is much better way to view data. I am still trying to figure out where stuff is coming from eg: location longitude & latitude. The word \'longitude\' is refere[详细]
2022-12-27 01:21 分类:问答-
Drupal Nodereference in a custom form
I have a custom Drupal FAPI form that supports a fairly complex workflow and I would like to add a Nodereference field to it.Although I\'ve found people who have included Nodereference fields on custo[详细]
2022-12-26 02:02 分类:问答 drupal form override theme function
i created a module that generates a small form. I also made a function that should theme the form, overriding the standard theme.[详细]
2022-12-20 12:15 分类:问答