You are here

protected function AdminHelp::participant_event_id in Webform CiviCRM Integration 8.5

File

src/AdminHelp.php, line 196
Admin form inline-help.

Class

AdminHelp
Class AdminHelp Adding a function to this class with the same name as a field will magically add pop-up help for that field to the admin form.

Namespace

Drupal\webform_civicrm

Code

protected function participant_event_id() {
  return '<p>' . t('Events can be selected here without giving the user a choice, or this field can be added to the form ("User Select").') . '</p><p>' . t('Click the + button to choose multiple events.') . '</p><p>' . t('On the form, this field could be represented as either single or multiselect (checkboxes or radios). Note: enabling this field as a multiselect (checkboxes) should only be done if all selectable events will have the same price, role, custom data, etc.') . '</p><p>' . t('"Live Options" can be enabled to keep the field up-to-date with all your organization\'s events, or you can hand-pick the events you wish to show.') . '</p>';
}