sync field
-
hi,
I have a field in mailchimp:
label: First Name
content: FIRST_NAMEand 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)
Viewing 1 replies (of 1 total)
- The topic ‘sync field’ is closed to new replies.