Currency Input
The Currency Input component provides a user-friendly input interface for users to input relevant values in USD.
How It Works
The Currency Input component displays a clickable input field, allowing users to type and enter a numeric value tied to the currency chosen to be used by the component. You can customize its label, enabled/disabled, required status, and additional behaviors to match your form requirements.
Properties
| Property | Description |
|---|---|
| Label Name | The text label displayed above the input field. |
| Hide Label | Option to hide the label visually while keeping it accessible to screen readers. |
| Disabled | The field is still displayed, however it can not be filled out. |
| Add Placeholder | Placeholder text shown inside the field before a date is selected. |
| Make Required | Marks the field as required. The user must input a value before submitting. |
| Add CSS Class | Apply custom CSS classes to style the field to match your branding or layout. |
| Display Component in Navigation | Option to include this component in any summary or form navigation (if applicable). |
| Unique Name | A required identifier that must be unique within the form. Used in variables, email templates, webhooks, and integrations. |
| Variable Name (for Printable Template) | A variable identifier that can be copied to collect information in printable PDF or Word forms. |
| Mask in Notification Email | Masks the submitted value of this field in email notifications for enhanced privacy and compliance. Useful for preventing exposure of sensitive or identifiable information. |
Using Currency Input Values in Other Parts of the Form
You can reference the provided currency input value elsewhere in the form (e.g., success pages, PDF templates, notification emails) using the component’s Unique Name as a variable.