Hello,

i am using drupal custom block for newsletter subscription, i created a block , now for that i want to submit the emails with using ajax in drupal.

please help me in this .

thanks in advance.

Anil Kumar Panigrahi

Comments

nico heulsen’s picture

You can use ahah for this. Have a look at the api http://api.drupal.org/api/function/form_expand_ahah/6, Ahah is a little complicated but you can find some examples of it on the web (http://www.nicklewis.org/node/967. In this article he add form elements using ahah).
In drupal 7 it will be easier to use ajax.