Calculator is not loading
The preloader icon is spinning and the calculator is not loading on the page.
Last updated
The preloader icon is spinning and the calculator is not loading on the page.
Last updated
Are you experiencing users being unable to see the calculator on the page?
This is a very common issue that is most likely related to the following reasons:
Formula field contains non-existing element.
Formula field contains not logical calculations.
Incorrect usage of the if/else statements in Formula field.
In our example calculator is searching for quantity_field_id_10, but it does not exist. To make sure let's check your Formula field and used elements:
While adding a conditional statement in the format of JavaScript code make sure that you followed JavaScript Standard and validated before directly pasting it to the Formula filed. When if/else statements are not finished the Calculator may stop loading on the Page. Here is an example:
The if/else statement is wrong in this example because it is ending with "else if" in the else part of the snippet.
the Formula field which is used on your calculator. The fastest way to rule this issue out is to check the console using .
While checking the formula field you can see there is an incorrect element used. After removing or adding new elements into pre-built calculators, use correct calculations in the .