Problems with creating contact using Contact Model
Content
Hey all,
I've been bashing my big dumb head against this Model for a day now and I'm only getting dumber.
Creating a contact with just the Email, using the Contact Model creates an empty contact for me. I don't seem to formate the object in the correctly. Does anyone have experience here?
Thanks,
Simon
Version
CP 3.6Code Snippet
$contactData["Contact.Emails"] = "[email protected]; $this->model('Contact')->create($contactData)
0