Hi there @ttate81
Do you mean you want to show the calculation result only after the user submits the form?
If that’s the case, you would want to have one form for the user input, with , and a Calculation field set to Hidden in that field’s Settings.
Then select “Redirect user to a URL” in that 1st form’s Behavior settings, and use query parameters in the URL to feed the data to a 2nd form.
In that 2nd form, have a hidden field that pulls its value from the query parameter for the Calculation field from the 1st form. Then display that data in HTML field formatted however you like.
Here’s an example of that I set up for another user a few days ago. ??
https://newcoolsite.ml/form-test-4/
The calculation there is simple: (Number 1 + Number 2) x Number 3
If you’d like to set that example up on your site to have a play and edit to suit your needs, here are the 2 forms I used:
Form 1: https://pastebin.com/BZFEHDTT
Form 2: https://pastebin.com/8QcX7UQ6
Cheers!
Patrick