ph91.de
  • Home
  • About me
  • Categories
    • Software Development
    • New Zealand
    • Music
    • Tech & IT
    • Sports
    • Dublin
    • Junk
  • Contact
  • Disclaimer
ph91.de
ph91.de
  • Home
  • About me
  • Categories
    • Software Development
    • New Zealand
    • Music
    • Tech & IT
    • Sports
    • Dublin
    • Junk
  • Contact
  • Disclaimer
  • Software Development

Gravity Forms – User Registration fix

  • 17. September 2017
  • Philipp

For the registration of our new users on speed-kini.de, we use the very cool Gravity Forms Plugin. It all worked quite fine until new users did not have a first name, last name or display name specified. I’ve had the hope that there will be an update, which may fix this problem, but there hasn’t been one yet. So I decided to fix it manually by updating the new WordPress user object:

Needed Action

Gravity forms provide gform_user_registered. It has the entry, feed, and user_id as parameters:

gform_user_registered usage

Custom Code

public static function userRegistered( $user_id, $feed, $entry, $user_pass ) {
   $firstName = $entry[ $feed['meta']['first_name'] ];
   $lastName  = $entry[ $feed['meta']['last_name'] ];
   $userName  = $entry[ $feed['meta']['username'] ];

   // Fix registration
   $res = wp_update_user( array(
      'ID'           => $user_id,
      'first_name'   => $firstName,
      'last_name'    => $lastName,
      'display_name' => $firstName . " " . $lastName
   ) );
}

This works fine for me  😎

 

Related Topics
  • first_name
  • fix
  • Gravity Forms
  • last_name
  • user registration
  • username
Philipp

Previous Article
  • Tech & IT

Boosting productivity with Trello

  • 6. September 2017
  • Philipp
View Post
Next Article
  • Music

Gilles Peterson words & music w/ Dan Snaith

  • 8. October 2017
  • Philipp
View Post
57 comments

Comments navigation

Older comments
  1. bursa seo says:
    1. September 2025 at 11:19

    Selamlar, biz Bursa’da düğün, nişan ve kurumsal etkinlikler düzenleyen bir firmayız. Yaptığımız işleri Instagram’da paylaşıyoruz ama web sitemiz biraz atıl kalmıştı. “Bursa düğün organizasyon firmaları” aramasında görünür olmak istiyoruz. Aklıma şöyle bir fikir geldi: Sitemizin blogunda “Bursa’daki En İyi 10 Kır Düğünü Mekanı”, “Şirket Lansmanı İçin Organizasyon Fikirleri” gibi listeler ve rehberler yayınlayabiliriz. Bu içerikler hem evlenecek çiftlerin hem de şirketlerin ilgisini çekecektir. Bursa SEO sadece teknik bir iş değil, aynı zamanda yaratıcılık da gerektiriyormuş.

  2. Lewisjaf says:
    16. September 2025 at 21:38

    It’s remarkable to pay a quick visit this website and reading the views of all friends about this piece of writing, while I am also zealous of getting knowledge.
    https://lkra39.at/

  3. Anya134el says:
    17. September 2025 at 12:58

    Hello guys!
    I came across a 134 very cool platform that I think you should check out.
    This platform is packed with a lot of useful information that you might find insightful.
    It has everything you could possibly need, so be sure to give it a visit!
    https://pangeafoodsrl.com/secrets-of-gambling/sports-betting-analysis-and-odd-predictions/

    And do not overlook, everyone, which a person constantly can in this publication locate answers to address the most the absolute tangled queries. The authors attempted — present the complete data via the most very easy-to-grasp method.

  4. Anya134el says:
    18. September 2025 at 10:18

    Hello team!
    I came across a 134 useful website that I think you should check out.
    This platform is packed with a lot of useful information that you might find interesting.
    It has everything you could possibly need, so be sure to give it a visit!
    https://risultati-elezioni2014.eu/betting/responsible-and-safe-online-gambling/

    Additionally don’t forget, everyone, — a person constantly are able to inside this piece find answers to address the the absolute complicated queries. We made an effort — explain all of the data via the most most understandable way.

  5. Dennisgrige says:
    3. October 2025 at 15:01

    https://t.me/s/a_official_1xbet

  6. Dennisgrige says:
    3. October 2025 at 20:52

    https://t.me/s/z_official_1xbet

  7. Thomaspsymn says:
    5. October 2025 at 11:28

    https://t.me/s/Official_Pokerdomm

Comments navigation

Older comments

Leave a Reply

Your email address will not be published. Required fields are marked *

Dev profiles
  • BitBucket
  • Github
  • Stackoverflow
Side Projects
  • NMF
  • Speed-kini.de
  • Sudoku Solver
  • Windwarner
Archive
ph91.de
Blog by Philipp Schreitmüller

Input your search keywords and press Enter.