Skip to main content

Can Fluent Form Repeat Table Do Calculations?

I’d like to know if it’s possible to perform calculations within a Fluent Forms repeatable table and also generate a total for all entries.

For example, my columns would be:

  • Item
  • Description
  • Quantity
  • Unit
  • Rate
  • Amount (calculated as Quantity × Rate)

I’d also like to calculate the total of all “Amount” values across the table to produce a grand total.

Does anyone know how this can be set up in Fluent Forms?