This module Provides CiviCRM Option Group options in Drupal Node. In case you want to use the CiviCRM Fields option to be used in Drupal node, so instead of creating the same option manually, use the same field option through this module.
This module does not sync the saved data on the drupal node to civicrm. It just provides civicrm field options to drupal fields.
- Install as you would normally install a contributed Drupal module. Visit https://www.drupal.org/docs/8/extending-drupal-8/installing-drupal-8-modules for further information.
- with drush
drush pm-enable -y civicrm_field_options
This module require CiviCRM Module.
- PHP v7.0+
- Drupal 8 || 9
- CiviCRM
- Navigate to the Content types page (Administer > Structure > Content types).
- In the table, locate the row that contains your content type and click the manage fields link.
- In the Add new field section, select one of the following types.
- CiviCRM Field Options
- Enter a label, machine name for the field.
- Click Save.
- Select
Field settings
Tab. - Select option from
CiviCRM Option Groups
Field. - Click Save, form get reloaded. Now you will see all option from selected
option group under
User Selection
Field.Choose your options you want to configure for this field, No selection mean it display all options
- Select
Field Type
, currently Radio and Select options are available. - Click Save.