Credit card validator

    • The validity of a credit card number. This uses a LUHN10 (MOD-10) algorithm.

    Options

    • Credit card field: the name of the input field that will contain the credit card number during execution

    • Get only digits? : Enable this option if you want to strip all non-numeric characters from the (String) input field