How would I print the results of a form submission on the same page as the form itself? Relevant hook_menu:
How would you go about constructing a step by step form that uses AJAX through Drupal to pull the next form ste开发者_StackOverflowp?
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
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
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
I hav开发者_如何学Pythone a CCK defined form called \'mytype_node_form\'. I create a module called form_overrides
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.
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
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
i created a module that generates a small form. I also made a function that should theme the form, overriding the standard theme.