How to add custom registration fields

There 4 ways to add custom fields to the registration form [Pro only]:

  1. Only PHP code, for example https://gist.github.com/max-kk/ce4d0dad8222b9eb3606c76cb00db62c
  2. Add Fields with using Expressions > PRO and save via PHP code
  3. ACF Pro plugin
  4. Other plugins like https://wordpress.org/plugins/cimy-user-extra-fields/

[2] Add Fields with using Expressions > PRO and save via PHP code example

Example:

 

Php code for saving a phone example

Php code for saving a list of fields example

Related Articles

5 Comments

  1. Dev

    I’ve purchased pro version of this plugin. I’ve added 2 extra fields to the registration form but my question is how to send those fields in the email to user and admin. I’ve sent you an email but no response.

  2. Dev

    Hi, I dont want to save any custom fields thats why I just used simple div tags in Expressions>Pro, but I want to send those fields as Email to admin. How to do that???

  3. Dev

    Also Im confused where to put above php codes??
    Im function.php file or do I have to create php files with same names and place them in plugin directory using ftp??

  4. Dev

    Im confused here, how our fields in div tags will be matched with fields in php?
    “meta_key” and “meta_value” in php should match with <input name=…. (which is inside div tag) ???

Leave a Reply to Dev Cancel Reply