How users can fill up form after login with facebook in drupal 7? -
i developing drupal website. when user clicks on signup link, has option of login facebook or twitter, after user logged in, 1 form should come in popup fill other details address, phone number etc. how achieve that?
to achieve functionality create form , set after login in drupal 7.
you can create form either using webform (setup rules using [webform rules]) or cck module. use rules module redirection after login.
the following link might helpful, if want achieve writing hook. https://api.drupal.org/api/drupal/modules!user!user.api.php/function/hook_user_login/7
Comments
Post a Comment