This module adds an IBAN field type to the Webform module, allowing users to collect and validate International Bank Account Numbers within webforms.
Synopsis
This module adds an IBAN field to Webform.
This module implements a webform IBAN-field.
Dependencies
- Webform
Roadmap
- Remove the libraries dependancy
-- The Symphony core IBAN validator is used now
Credits
Similar projects and how they are different
- iban_field (Drupal 7.x) As of April 2019 this module has a Drupal 8.x branch. The difference is that this module is only a Webform field, and the iban_field module is a generic field, which also works in Webform. So it is more versatile.
- iban_validator (Drupal 8.x, does not work with Webform fields.)