• Resolved jmindl

    (@jmindl)


    Hello,

    I would like to stop automatic calculation and would like to make this happen only based on button.
    If somebody will click on the button only after this he will see results and all results will be send to the email he previously filled to one of the field.
    Not make it so easy I would like to have this button joined with send results to the email. Is this possible?

    Thanks in advance
    Jaromir

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author codepeople

    (@codepeople)

    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.

Viewing 1 replies (of 1 total)
  • The topic ‘Switch of automatic calculation’ is closed to new replies.