form load delay
-
my website content open fasts but the form open some time delay( slowly) what’s the reason and who we can solve .
You can check this :https://allfeescalculator.com/tattoo-tip-calculator/
-
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 (https://resources.developers4web.com/cff/images/documentation/form-settings-tab.png)
- 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.
we have use but nothing to show implementation
Hello @ajaysingh121
I visited the URL provided (https://allfeescalculator.com/tattoo-tip-calculator/), and it is not loading the form because the optimizer plugin on your website removes the form code. To prevent this behavior, please, insert the form’s shortcode with the iframe attribute:
[CP_CALCULATED_FIELDS id="14" iframe="1"]Learn more about the attributes supported by the form shortcode by reading the following section of the plugin documentation:
https://cff.dwbooster.com/documentation#insertion-page
Best regards.
we have do every thing but nothing to show implementation
[CP_CALCULATED_FIELDS id=”14″ iframe=”1″]
in the shortcode with the iframe attribute sow in sepret slid franm of open in short view of calcualtro . I want to load form fast as content load who this is possible.
Hello @ajaysingh121
The form is rendered on the client side, not the server. But there is an alternative. You can store the form’s HTML structure on the server to load it with the rest of the page tags at once.
- Go to the menu option “Calculated Fields Form > Troubleshoot Area & General Settings” (https://cff.dwbooster.com/documentation#troubleshoot-area).
- Tick the “Activate Forms Cache” checkbox and press the “Update” button.
- Press the “settings” button corresponding to the form, and its “Preview” button to generate the cached copy of the form’s structure.
Best regards.
In my form does’t show
- Tick the “Activate Forms Cache” checkbox
https://www.linkpicture.com/view.php?img=LPic643eb836c2a4b1728627659
I have used 1.1.161 version
Hello @ajaysingh121
I’m sorry, but the form cache feature is included with the commercial distributions of the plugin.
Best regards.
The topic ‘form load delay’ is closed to new replies.