Hiya,

Is there any intention for this module be supported in Drupal 7?

Or does anyone know if Drupal 7 will include similar functionality out of the box?

Reason for asking is that I'm about to invest in getting custom code written up and just need to know if I'll end up redoing work and expending more costs when Drupal 7 comes up.

best wishes
scotjam

Comments

Cheek’s picture

Wondering this as well. I've been looking into how to easily make a comment form submit using ajax in Drupal 7, but couldn't find any answers. This should be possible?

Most examples use custom forms, not the ones in drupal, like drupal_get_form('comment_form', .....);

http://api.drupal.org/api/group/ajax/7

lpalgarvio’s picture

ClearXS’s picture

Version: 6.x-1.14 » 6.x-1.x-dev
Priority: Minor » Normal

I see there AHAH_helper and CTools, no AJAX.

It will take me a year to step over to D7 as I have many D6 modules.

But I prefer to build a site based on new technology, not the old.

So thinking about removing all AJAX modules from D6.

But then there is no complete backport for the AHAH D7 features to D6?

Should AJAX be changed to working with AHAH instead?

lpalgarvio’s picture

i have no clues if AJAX is implemented (as it is on this module) in D7 or AHAHA Helper.
that would be a technicality that the other developers could answer.

IMO, it would be best to merge projects for a D7 release, keeping or not the same name, if neither project has all of the features present in the various modules.

ClearXS’s picture

there is even a new module; Ajaxit: http://drupal.org/project/ajaxit

lpalgarvio’s picture

lpalgarvio’s picture

Component: Miscellaneous » Code
Category: support » task

update?

suisui’s picture

update?

mrfelton’s picture

subscrubing.

xandeadx’s picture

subsrc

jdufaur’s picture

Subscribe

klonos’s picture

Title: drupal 7 and ajax » Port AJAX module to Drupal 7
Issue tags: +D7 porting, +port to d7, +d7 ports
brendoncrawford’s picture

Status: Active » Needs work

Waiting for somebody to help with this.

klonos’s picture

Status: Needs work » Active

There is no patch here that needs work. Setting back to "active".

brendoncrawford’s picture

Woops. I've been using "needs work" when I should have been using "active"

taldy’s picture

Hello. Some time ago i wrote module asaf. It is small and light module which can ajaxify any form using Drupal7 FormAPI. It is currently available in my sandbox: http://drupal.org/sandbox/taldy/1436870 Maybe it will be useful for you, and any feedback will be useful for me!

kaizerking’s picture

@taldy is there any documentation on how to use asaf?

taldy’s picture

The module Ajax submit for any form (asaf) is now released. Feel free to use it.

@kaizerking
Module was updated, you can find more info on the project page or in the small PHPDoc in module.

klonos’s picture

Great new Egor! Heading there...

mgifford’s picture

Can the best practice for D7 for use of this type of functionality go up on the project page.

Seems like a simple upgrade isn't going to work.

kenorb’s picture

Priority: Normal » Minor
Issue summary: View changes