Title: Gravity Forms Integration
Last modified: October 26, 2020

---

# Gravity Forms Integration

 *  Resolved [Ahmed ElSayed](https://wordpress.org/support/users/a7madmayo/)
 * (@a7madmayo)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/gravity-forms-integration-10/)
 * Hi,
 * I’m using gravity forms for login/registration process
 * I want to ask about, new users register with Nextend will be stored the same 
   as registered with gravityforms?
 * How can I get reports of users registered with Nextend?
 * Thanks

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [Ramona](https://wordpress.org/support/users/nextend_ramona/)
 * (@nextend_ramona)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/gravity-forms-integration-10/#post-13580034)
 * Hi [@a7madmayo](https://wordpress.org/support/users/a7madmayo/)
 * I’m not really familiar with how Gravity Forms works, but Nextend Social Login
   uses the same registration process what the default WordPress registration does.
   So after a registration with NSL a new WordPress user is created, as if they’d
   used the WordPress registration form. The data related to the social account (
   like the provider used) is stored in the `wp_social_users` table.
 * In the Free version we don’t have option to display which providers are used 
   at which user, but in the Pro Addon it’s possible to display them in the users
   table at WordPress menu: Users > All users. A new column is added where the social
   providers are listed, like this:
 * > [View post on imgur.com](https://imgur.com/5aD52rM)
 * 
    Unfortunately, there’s no way to display such information in the free version.
 * As per forum rules, we can’t support or discuss the Pro Addon here, so if you
   would have further questions about this option, please reach out to us directly
   at:
    [https://nextendweb.com/contact-us/nextend-social-login-support/?ref=https://wordpress.org/support/topic/gravity-forms-integration-10/](https://nextendweb.com/contact-us/nextend-social-login-support/?ref=https://wordpress.org/support/topic/gravity-forms-integration-10/)
 *  Thread Starter [Ahmed ElSayed](https://wordpress.org/support/users/a7madmayo/)
 * (@a7madmayo)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/gravity-forms-integration-10/#post-13585902)
 * Hi [@nextend_ramona](https://wordpress.org/support/users/nextend_ramona/) ,
 * I want to redirect the user to edit his profile after register with nextend
 * I used this code but it redirects first time without login session
    and second-
   time login redirect will success
 * function redirectAfterRegister() {
    wp_redirect( ‘/edit-profile’ ); exit; }
 * add_action(‘nsl_register_new_user’, ‘redirectAfterRegister’, 10, 2);
 * Any help?
 *  [Ramona](https://wordpress.org/support/users/nextend_ramona/)
 * (@nextend_ramona)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/gravity-forms-integration-10/#post-13586100)
 * Hi [@a7madmayo](https://wordpress.org/support/users/a7madmayo/)
 * If you just want to redirect after registration, you could use the `Fixed redirect
   url` for Register option at Global Settings > General:
    [https://nextendweb.com/nextend-social-login-docs/global-settings/](https://nextendweb.com/nextend-social-login-docs/global-settings/)
   This would always redirect to the given URL after the registration, and you wouldn’t
   need to write custom codes.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Gravity Forms Integration’ is closed to new replies.

 * ![](https://ps.w.org/nextend-facebook-connect/assets/icon.svg?rev=3336394)
 * [Nextend Social Login and Register](https://wordpress.org/plugins/nextend-facebook-connect/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/nextend-facebook-connect/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/nextend-facebook-connect/)
 * [Active Topics](https://wordpress.org/support/plugin/nextend-facebook-connect/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/nextend-facebook-connect/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/nextend-facebook-connect/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Ramona](https://wordpress.org/support/users/nextend_ramona/)
 * Last activity: [5 years, 7 months ago](https://wordpress.org/support/topic/gravity-forms-integration-10/#post-13586100)
 * Status: resolved