I am new in drupal, i need help how make forms based on jquery in Drupal 5.0?

please help me.

Comments

dwees’s picture

If you want nice Ajax returned forms, then the Ahah forms module is what you want, but it requires that you build a custom module for what you want, and it seems complicated to use. I haven't had any luck understanding how to build my forms using it, but it does seem to be your best choice for now.

Dave

khoomy’s picture

Thanks Dave for your reply. i have one drop down list when i change from list then one more drop down is created using XAJAX or JQuery with drupal. but both XAJAX and JQuery does not work on second drop down which is created dynamically. i have tried alot both no success.

If you have any idea about that plz ...

thanks in advance

Khurram

Khurram Fraz

emzi’s picture

to find out what's happening with your dynamic drop-down. If you are using Firefox, I would suggest firebug plugin - very useful for such things as jQuery.