• Resolved tootalljoe

    (@tootalljoe)


    I am developing-testing my first registration form with RegistrationMagic (RM) (Free version). The Address field provided by RM provides 7 sub-fields, e.g. Street, Apt, City, State and so on. In the Advanced settings for the RM Address field is the option to “Add Field to WordPress User Profile”, then you can indicate “Don’t add to user profile”, “Associate with existing user meta keys”, or “Define New User Meta Key”.
    What is unclear is how RM will know which of the Address elements are to be mapped to the existing user meta keys or when defining new user meta keys, since there’s only one setting which covers all sub elements?

Viewing 1 replies (of 1 total)
  • Plugin Support RegistrationMagic Support

    (@registrationmagicsupport)

    Hi @tootalljoe,

    RegistrationMagic serializes the address data array and then saves it as a string for the user meta key that you provide for “Associate with existing user meta keys” and “Define New User Meta Key” options. When retrieving this data from the database, the string is unserialized to get the address fields in the original array format.

    Let us know if you have any further questions on this.

Viewing 1 replies (of 1 total)
  • The topic ‘Mapping RegistrationMagic Address Fields to wp_usermeta’ is closed to new replies.