Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create and edit contact #121

Closed
leightonhughes opened this issue Mar 27, 2020 · 1 comment
Closed

Create and edit contact #121

leightonhughes opened this issue Mar 27, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@leightonhughes
Copy link

Describe the bug

When creating a new contact or editing a contact I'm getting an error saying 'Invalid field handle: firstName' I have added a plain text field with a handle of firstName and another of lastName and added in the settings area of Campaign.

Error message


if (!$field) {
throw new Exception('Invalid field handle: ' . $fieldHandle);
}


$this->normalizeFieldValue($fieldHandle);


Versions

  • Plugin version: 1.14.2
  • Craft version: 3.4.11
@leightonhughes leightonhughes added the bug Something isn't working label Mar 27, 2020
@bencroker
Copy link
Collaborator

Thanks, fixed in version 1.14.3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants