The Community forums are being phased out in favor of a new Slack group.
Add your email address below to get an invitation to join the community slack group
Use Calculate Button for calculations
I have created a simple calculation form. The answer updates in real time as the variables are entered or changed, but I do not want to show the answer until the user presses a "Calculate" button. Is it possible to create a such a "calculate" button with formidable forms.
I can hide the calculated answer field using conditional logic, but I don't want the field to be hidden at all, I simply want it to be blank until a "Calculate" button is clicked.
I have the submit button hidden using conditional logic as I do not what the form to be submitted, only calculated, but not until a button is clicked.
February 7, 2019 at 9:27 pm
You would have to do your calculations in jQuery that executes when you click the calculate button.
Discussion closed.