- Download the Example module and experiment with the AHAH Examples.
- The Drupal.org handbook page on Drupal 6 AHAH
- Forms API Documentation, AHAH section
- AHAH Helper module, which does some of the work for you on the callback
Where to find me
Email me, randy at randyfay.com, Find me on ddev.com, Drupal.org and Slack: rfay, Facebook: randyfay, Hobobiker.com: The story of our 2 1/2 year bike trip.
Updated 2025-12-03
Comments
Visitor (not verified)
Sat, 2010-07-24 17:11
Permalink
Using AHAH to add multiple new fields
Hello-
I'm looking for help using AHAH to add new fields, much like when you have a node fields with an unlimited number of values. There is a button that says 'Add Another Item'. How can I implement this / where is the code in core that I can examine?
Thanks!
Jeff
Los Angeles, CA
rfay
Sat, 2010-07-24 18:22
Permalink
Add-another and node form
Hi Jeff-
Add another works just like the examples in the Examples project: Use a AHAH-enabled submit button, and build the form with another
field. Essentially, you're driving it with a submit instead of a select or checkbox like in the example.The D7 AJAX example has an explicit example of add-more - You may want to roll it for D6 and we'll add it to the Examples.
-Randy
Peter Cook (not verified)
Wed, 2013-01-09 13:25
Permalink
form example with add/remove textfields
Thanks for the examples. I wanted to make a form with the ability to add and remove textfields and having come up with some working code I thought I should share it. More details, an example and code can be found here:
http://www.petercook.com.au/Drupal6-AHAH-Examples
Thanks again,
Peter Cook.
rfay
Wed, 2013-01-09 13:31
Permalink
Contribute to Examples project
Thanks for the link! The central location for these examples became the Examples project some years ago... Could you provide a patch over there? It would be great to see this for Drupal 7 as well, as 6 is nearly obsolete.
Thanks!
-Randy