- Radian6 Information
- Radian6 API Documentation
- Obtain Radian6 API key
| /* | |
| * Add data-rule to element to add rule | |
| */ | |
| var errorMessages = {}; | |
| if (typeof Drupal !== typeof undefined) { | |
| errorMessages = { | |
| required: Drupal.t('This field is required'), | |
| email: Drupal.t('Please enter a valid email address'), |