WP Manifestindependent plugin directory
manifest / forms / caldera-forms-iban-validator

Caldera Forms IBAN Validator

Validator for iban field.

by MOEWE · github.com/moewe-io/caldera-forms-iban-validator

1stars
1forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/moewe-io/caldera-forms-iban-validator/archive/refs/heads/master.zip

Readme

IBAN Validator for Caldera Forms

This plugin adds a new processor for Caldera Forms, which validates a field for a syntactically correct IBAN after submitting the form.

Please note: This processor only validates the IBANs checksum, it can't check, if the IBAN really exists.

Installation

  • Download the ZIP
  • Install it manually at "Plugins" -> "Add new" -> "Upload plugin"
  • Activate the plugin

Usage

  • Create a field for the IBAN
  • Add a new "IBAN validator" processor to the form
    • Insert the IBAN fields slug at the processor configuration

-> Now, when a user submits the form, the IBAN should be checked.

Read the full README on GitHub →