Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Chad Butler

    (@cbutlerjr)

    I’m not totally sure I understand what your asking. Are you asking about displaying the collected data?

    If so, there is a shortcode you can use: [wpmem_field field=field_name]

    You can also use get_user_meta($user_id, $key, true); to get the stored value for any custom field (where $user_id is the WP user id and $key is the field option name).

    Thread Starter devsync_tom

    (@devsync_tom)

    I’m aware of the shortcode. Let me reconstruct my question, me too is also confused when i read my own question. haha.. sorry!

    When you call [wpmem_form register] it shows all the registration field. Is there any way to call those fields separately? Like I want to show username, password and confirm password only for this page, and the other fields on another page. Hope i made my question clear. *crosses fingers* Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to call registration field separately?’ is closed to new replies.