Skip to main content
Drupal is a registered trademark of Dries Buytaert
Release: OpenID Connect / OAuth client 3.0.0-alpha9 New alpha version released for module openid_connect (3.0.0-alpha9). Usage Milestone: Google Analytics Module google_analytics crossed 1,000 active installs. Release: Timelinr 1.0.1 Minor update available for module timelinr (1.0.1). Release: GraphQL Compose Codegen 1.1.2 Minor update available for module graphql_compose_codegen (1.1.2). Release: Mapy.com 1.1.3 Minor update available for module mapycom (1.1.3). Release: Ckeditor5 entity browser 3.0.3 Minor update available for module ckeditor5_entity_browser (3.0.3). Release: Ckeditor5 entity browser 3.0.1 Minor update available for module ckeditor5_entity_browser (3.0.1). Release: Ckeditor5 entity browser 3.0.2 Minor update available for module ckeditor5_entity_browser (3.0.2). Release: Teamleader Integration 4.0.2 Minor update available for module teamleader (4.0.2). Module Revived: Entityqueue Buttons 1.1.2 Module entityqueue_buttons updated after 8 months of inactivity (1.1.2).

RUT

125 sites Security covered Drupal 9–11
View on drupal.org

This module provides a field type for entering and validating Chilean RUT numbers. It automatically handles validation and can optionally perform client-side validation using JavaScript. The module also offers integration with other Drupal systems like Devel Generator, Feeds, and Migrate.

This module defines a new element for RUN or RUT, these are unique numbers
assigned to natural or legal persons of Chile.

RUT like a Field.

This module has a submodule to implements the RUT like a field!.
Also this have integration with the devel generator, feeds* and migrate*.

*from 7.x-1.1 version.

Example

You can use it on your custom forms like this:

...
  $form['rut_client'] = array(
    '#type' => 'rut_field',
    '#title' => t('RUT'),
    '#required' => TRUE,
  );
...

That was easy. With this you can forget validate the RUT because this element will do it for you!.
Can also validate the RUT on the client side like this:

  $form['rut_client'] = array(
    '#type' => 'rut_field',
    '#title' => t('Rut'),
    '#required' => TRUE,
    '#validate_js' => TRUE,
  );

For this, the module uses the jQuery Rut Plugin.

Related projects

  • Webform Rut: This module add the Rut element for webform.

Depends on

Dependencies of the latest stable release

No dependencies recorded for this project.

Required by

1 tracked project depends on this one

Activity

Tracked releases
1
Tracked since
Feb 2025
Latest release
1 year ago
Releases (12 mo)
0 ▼ from 1
Maintenance
Dormant

Releases

Version Type Core Release date
8.x-1.12 Stable 9–11 Feb 6, 2025