You are here

function _rules_forms_element_description in Rules Forms Support 7

Provides a explanation of how to use element IDs with conditions and actions.

File

./rules_forms.rules.inc, line 465
Rules events, conditions, and actions hooks for Rules Forms module.

Code

function _rules_forms_element_description() {
  return t('Examples on the "Create Article" form: "title" for the title field or "body[und][0][value]" for the body field.');
}