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

Webform integration: select options from CiviCRM #2

Closed
bjendres opened this issue Dec 7, 2017 · 4 comments
Closed

Webform integration: select options from CiviCRM #2

bjendres opened this issue Dec 7, 2017 · 4 comments
Assignees
Milestone

Comments

@bjendres
Copy link
Contributor

bjendres commented Dec 7, 2017

Extend the cmrf_webform module so that select option sets used for webform select components can be created based on arbitrary CiviCRM API calls.

@bjendres
Copy link
Contributor Author

bjendres commented Dec 7, 2017

@jaapjansma: @jensschuppe has already implemented it, push is coming up...

@jaapjansma
Copy link
Contributor

great!

@jensschuppe
Copy link
Collaborator

Branch 7.x-dev_2 implements configurable CiviCRM API calls, whose results can be used as pre-built select options for Webform select components. Definitions of such select option sets are global and overridable per CMRF core profile. The profile used for submission via CiviMRF Webform integration is also used for retrieving select options for select components on that Webform node. An additional API parameter _cmrf_language is submitted for the CiviCRM instance to deliver localized results (e.g. using an API wrapper for custom APIs).
Reviews welcome before merging with 7.x-dev.

@jensschuppe
Copy link
Collaborator

See PR #4.

jensschuppe added a commit that referenced this issue Feb 8, 2024
…ring) of type string is deprecated for when the "cache_clear_failed_api_calls" setting is not set in the profile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants