Total
The Total component in HIPAAtizer’s form builder automatically adds up numbers from other parts of the form. It updates in real time as someone fills out the form, so they can see the total right away.
How It Works
The Total component displays a sum total of values entered elsewhere in the form. This total is derived from a formula set up in the components settings, established by the form creator.
Properties
| Property | Description |
|---|---|
| Label Name | The text label displayed above the email field. |
| Hide Label | Option to hide the label visually while keeping it accessible to screen readers. |
| Evaluate Formula | Define the calculation logic by entering a mathematical expression. You can use variables from number and currency fields in the form, and combine them using basic operators (e.g., +, -, *, /) to perform calculations dynamically. |
| Hint Text | Optional helper text shown beneath the calculated value, providing additional context or guidance to the user. |
| 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 | 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 Total Values in Other Parts of the Form
You can reference the Total value elsewhere in the form (e.g., success pages, PDF templates, notification emails) using the component’s Unique Name as a variable.