DOCS

Goal Amount

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

Goal amount example

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

  1. Add the Goal Amount block from the Fundations category.
  2. Toggle Show Label and optionally enter custom label text.
  3. Adjust font size, color, weight, and alignment as needed.

Settings and options

OptionTypeDefaultDescription
Show labelbooleantrueDisplay the label above the goal
Label textstring“Goal”Custom label text
Alignmentstringleftleft, center, or right
Font sizenumberValue font size in pixels
Font colorstringValue text color
Font weightstringValue font weight
Label font sizenumberLabel font size
Label font colorstringLabel text color
Label font weightstringLabel font weight
Post ID overridenumber0Force 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.