Title: sync field
Last modified: April 19, 2018

---

# sync field

 *  [federico_a](https://wordpress.org/support/users/federico_a/)
 * (@federico_a)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/sync-field/)
 * hi,
    I have a field in mailchimp: label: First Name content: FIRST_NAME
 * and in function.php
    $ fields [] = new PMProRH_Field ( ‘First_name’, ‘Text’, 
   array ( ‘name’ => ‘First_Name’, ‘label’ => ‘Name’, ‘id’ => ‘First_Name’, ‘class’
   => ‘First_Name’, ‘profile’ => true, ‘required’ => true, )); the email is stored,
   while the first name no. Why?

Viewing 1 replies (of 1 total)

 *  [The API Guys](https://wordpress.org/support/users/pbarthmaier/)
 * (@pbarthmaier)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/sync-field/#post-10199204)
 * Hi Federico,
 * A couple of things for you to check is giving your Register Helper field a better
   key. In general, avoid using capital letters, but in this case you might try `
   member_first_name`. What often is the issue when one field isn’t being saved 
   is that there already exists and usermeta entry with that key. Also, the field
   type shouldn’t be capitalized. Hope this helps.

Viewing 1 replies (of 1 total)

The topic ‘sync field’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/pmpro-mailchimp_927014.svg)
 * [Paid Memberships Pro - Mailchimp Add On](https://wordpress.org/plugins/pmpro-mailchimp/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/pmpro-mailchimp/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/pmpro-mailchimp/)
 * [Active Topics](https://wordpress.org/support/plugin/pmpro-mailchimp/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/pmpro-mailchimp/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/pmpro-mailchimp/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [The API Guys](https://wordpress.org/support/users/pbarthmaier/)
 * Last activity: [8 years, 1 month ago](https://wordpress.org/support/topic/sync-field/#post-10199204)
 * Status: not resolved