• Resolved gizmorattler

    (@gizmorattler)


    When we edit forms and add forms fields, where does the new user information go? For example in the Registration page in the link above, we’ve added the attribute “gender” to our form. We are having trouble finding the “gender” choice of the new user once registered. Please help.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support mansurahamed

    (@mansurahamed)

    Hi @gizmorattler ,

    The field data is saved in wp_usermeta table. It will will saved with the metakey that you used in um form for the field. You can use wordpress get_usermeta() function to retrieve the values. See more about this function here.

    Thank you.

    Plugin Contributor Champ Camba

    (@champsupertramp)

    Closed due to inactivity.

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

The topic ‘Where does new data go?’ is closed to new replies.