16
Sep

Calculator configuration: Result (Exit Layout)

  • Font size: Larger Smaller
  • Hits: 403
  • Print

Once you have ready all your results, you only need to show them at the output section. If you go to 'exit layout' you will find again a html editor where you can introduce your output content.

Calcbuilder for Joomla 4

In order to print To print variables created at code section, use ##variablename##. For ex, if we have written in our code:
$sum=$num1+$num2;
we can write at the exit layout:
I've added your two numbers, ##num1## and ##num2## and the result is : ##sum##

Any input variable, intermediate calculation, or output from the code or the excel mapping can be used here, in combination with any valid html or format you can create using the editor.

Last modified on

Our clients' feedback