/Currency field

Currency field

A typed money amount with a currency symbol — quotes, budgets, declared values.

What it does#

The Currency field is a numeric input formatted as money, with a currency symbol. It records an amount the respondent types — a budget, a quote, a declared value — but it does not charge anyone.

Settings#

  • Required — must be filled before the form advances.
  • Currency — the symbol/code shown alongside the amount.
  • Placeholder — e.g. "0.00".

vs. Stripe payment#

Use Currency to capture an amount as data. Use the Stripe payment block when you actually need to take the money — it charges the card before saving the submission.

  • Number — when the value isn't money.
  • Stripe payment — when you need to collect a real payment.