you can make a condition to show the calculation field when submit button = ‘click’
But this will only show for a second as the form is submitted and shown the thank you message and the form will be removed. if you set the form not to be removed it will be rest.
in which case you may need to add the total value to the thank you message with %calculator_field_slug%
I understand what you are trying to do but I don’t think this is the right way to do it. What you really need to do is make a custom processor that will return a calculated amount for displaying on a result page. Or at the very least hide the calculator field via CSS and use the value tag in a thank you message.
I unfortunately I don’t have time to help anymore on this. Hopefully you’ll come right or someone in the community will be able to lend a hand.
Alternately, you could look at purchasing support from us in which case we’ll be able to assist. see https://calderawp.com/caldera-forms-services/ for more on that option.
Yeah please support Caldera-WP by purchasing support from Caldera-WP Team Support, sp1991
And David Thank you in advance for yours great plugins.
Yup Like David said The Total Calculation can be show in:
1. Success Message
2. The 2nd Form
3. The Redirect Page
When customer do pick a services you hide the Calculation by filled Classes with hidden, and then appearing it later on:
1. Success Message by %slug_name% of your Calculation field
2. The 2nd Form by Passback the Calculation field as a Variable, and set {get:variable_name} of your Calculation Variable
3. The Redirect Page it is the same as Success Message way to do.
Hope this help, Tq