Hello @jmindl,
Actually, there are to different questions here:
– do you want the equations results be visible in the form?
– or you want the equations be evaluated when the calculate button is pressed?
* Because, if you tick the checkboxfor hiding the field from the public forms in the settings of calculated fields, even if the equations are evaluated dynamically, the user will access to the results only after submit the form (in whose case, the user will receive the result in the notification email, furthermore, if you insert the shortcode for results in the thank you page the user will see the results from there. Please, visit the links:
https://cff.dwbooster.com/documentation#submit-button-thank-you-page
https://cff.dwbooster.com/documentation#thanks-page
)
* If you want evaluate the equations only after pressing a button:
– Untick the checkbox: “Eval dynamically the equations associated to the calculated fields” in the “Form Settings” tab (https://cff.dwbooster.com/images/documentation/form-settings-tab.png)
– Insert a button field in the form, and select the “Calculate” option as the button’s type.
* If you want merge both solution, enter as the onclick event of the calculate button the following piece of code:
var me = this;setTimeout(function(){jQuery(me).closest('form').submit();},2000)
I’m sorry, but for additional questions related with the professional version of the plugin you must to create a ticket in my private website:
https://cff.dwbooster.com/contact-us
Best regards.