Skip to main content

Card

What is the Form Card?

With the Card form type you can input credit card details: name, card number, expiration and CVC.

card.png

NOTE

The Card does NOT check if the given card data is real.

Options

There is no settings for the Card, it's ready to use out of the box.

Setting Mock field and own value

The Card doesn't set its own value, but tries to write to mock when:

  • the Card is rendered,
  • the Save Card button is pressed,
  • an external message tells it to change value.

Validation

The Card doesn't validate its field.

Sensor Events

The Card doesn't send sensor events.

External Messages

The Card listens to all three basic external messages

  • Set Form: Takes the value from the message, splits it up by the semicolon: ; character, tries to write it to mock.
  • If the resulting values number is not 5 the message is ignored. The values should be in the order of:
  1. Name

  2. Card number

  3. Expiration

  4. CVC number

  5. Card type, in lowercase (for example: visa, mastercard)

  • Clear/Reset Form: Clears the Card details, clears the mock if it exists.

Value from Datasource

The Card doesn't support values from datasource.