Domanda

I want to add a registration form in a popup on home page in drupal, with fade in fade out functionality. Is there any module available to do so? Please help.

È stato utile?

Soluzione 2

try https://drupal.org/project/ctools_automodal

and use hook_form_alter() to edit registration form https://api.drupal.org/api/drupal/modules%21system%21system.api.php/function/hook_form_alter/7

I used it for making popup contact form, worked like a charm Maybe you will need some jQuery customisation for fadeout or other jQuery effects

Altri suggerimenti

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top