[ad_1]
Hello @ajaysingh121
Thank you very much for using our plugin. Our plugin renders the form on the client-side and evaluates the equations once the form is rendered. However, you can improve the performance by disabling the dynamic evaluation of the equations and enabling them again after generating the form.
Please, follow the steps below:
- Untick the “Dynamically evaluate the equations associated with the calculated fields” checkbox in the “Form Settings” tab )
- Insert an “HTML Content” field in the form, and enter the following piece of code as its content:
<script>
fbuilderjQuery(document).one('showHideDepEvent', function(){
ENABLEEQUATIONS();
});
</script>Best regards.
