FREE block. Displays the fundraising goal for an action, with an optional label above it.

Why use this
Showing the goal alongside the raised amount and progress bar gives donors the full picture of how much more support is needed.
What it does
The block reads the amount (goal) field from the action’s meta and formats it with a currency symbol. Styling for the value and label is configurable separately.
Known issue: The currency symbol is hardcoded as € and does not read the get_fund_wizard_currency_symbol setting.
How to use it
- Add the Goal Amount block from the Fundations category.
- Toggle Show Label and optionally enter custom label text.
- Adjust font size, color, weight, and alignment as needed.
Settings and options
| Option | Type | Default | Description |
|---|---|---|---|
| Show label | boolean | true | Display the label above the goal |
| Label text | string | “Goal” | Custom label text |
| Alignment | string | left | left, center, or right |
| Font size | number | — | Value font size in pixels |
| Font color | string | — | Value text color |
| Font weight | string | — | Value font weight |
| Label font size | number | — | Label font size |
| Label font color | string | — | Label text color |
| Label font weight | string | — | Label font weight |
| Post ID override | number | 0 | Force a specific post ID |
What you can and cannot do
- You can configure all font styles and alignment.
- You cannot change the currency symbol. It is hardcoded to
€. - The block supports Query Loop context.
Troubleshooting
Shows 0: The action has no goal amount set. Edit the action in the admin and add a goal.