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

Fix Chinese string + add custom fields for Zendesk #19

Merged
merged 2 commits into from
Feb 14, 2023

Conversation

anton-barkov
Copy link
Collaborator

Changes

  • Fixed a typo in one Chinese localized string.
  • Added a property for FMPZendeskFeedbackSender to be able to set values for custom form fields. These fields are set up in the Zendesk admin panel and have a static numeric identifier. To set values to these fields, simply do this:
zendeskSender.customFields = [["id": 929175, "value": "some value"], 
                              ["id": 185729, "value": ["other value", "blah"]]]

@anton-barkov anton-barkov merged commit 17464e0 into master Feb 14, 2023
@anton-barkov anton-barkov deleted the fix/Localization-and-app-version branch February 14, 2023 11:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants