Loading Issue
-
The form gets hung up and takes a substantial amount of time to load. It looks like the javascript that is running is taking a long time to load.
It makes the form almost useless.
Any ideas. Without rebuilding it.. it took days to construct.
https://www.ads-software.com/plugins/calculated-fields-form/
-
wrong link above… reposting:
The form gets hung up and takes a substantial amount of time to load. It looks like the javascript that is running is taking a long time to load.
It makes the form almost useless.
Any ideas. Without rebuilding it.. it took days to construct.
no sienta temor todo estará bien.
Hi,Please, follow the steps below, the process preserves the forms created previously:
– Go to the plugins section in WordPress, and deactivate the current version of “Calculated Field” plugin. After deactivate the plugin then press the “delete” button associated to it.
– Press the “Add New”, at top of plugins section.
If you are using the free version of plugin:
– Search the plugin in the WordPress directory and install it again.
If you are using the premium version of plugin:
– Download the latest plugin’s update, using your download link.
– Press the “upload” link, and enter the location of zipped file downloaded from our website.
– Finally, install and activate the plugin.
Note: Maybe will be required clear the browser’s cache.
That’s all.
Can you confirm, before I try this, that I WILL NOT LOSE the work I have done on the existing forms….
As I stated the form took me days to figure out and I am very nervous about having to redo that.
Please let me know and then I will give this a shot.
Thank you!
Hi,
Don’t worry, the forms are preserved in the installation process, but if you feel better, there is a section in the settings page of plugin to export the forms data and structure.
Thank you – that did the trick!
I have another question. Because the form is so long we would like to add accordion functionality to each of the sections… so that the customer can get an overview of what is available and fill in the areas they are interested in…. and ignore the rest without feeling overwhelmed.
Can we access the code somehow to do this? Of can we add shortcodes somehow?
Hi,
The Calculated Field doesn’t includes a structure for accordions, but you can use multiple pages, or insert a radio group to simulate the sections, and then make the fields of each section, dependents to the corresponding radio group option.
I know it is not included and neither of the solutions you mentioned will work for our products. Is there a way to access the html or add code before/after sections so we can code our own css/accordions?
If you need insert any html code, not included between the current controls, you only should add to the form a control type “Instruct. Text”, and set the html code directly in the attribute “Instructions for User”
Hi,
I have the same problem but deleting and reinstalling calculated fields didn’t help for me. This one https://iskellerdepa.se/ works ok but if I start adding more fields like in this one https://iskellerdepa.se/?page_id=32 its takes forever to load (about 27 sec for me), and changing input data also takes a long time and it make the site freeze while its loading.Any ideas why its taking so long to load?
Hi,
Please, be sure to install the latest plugin update, it includes multiple optimizations, that should increase the speed in your form.
To install the latest plugin update requires deactivate and delete the current version installed in your WordPress, but don’t worry, the update process preserves the forms created previously. So, follow the steps below:
1. Go to the plugins section in WordPress.
2. Deactivate the current version of “Calculated Fields Form”
3. Delete the plugin.
4. Press the “Add New” button at top of plugins section.
5. Install and activate the plugin again, usign the latest update.
I’ve tried that several times but it doesn’t seem to have any effect on the loading time.
Hi,
The plugin tries to optimize the equation to avoid loops of equations, but in your case the equations are so extenses that the optimizations worsen the response times. To solve the issue, follows the steps below:
1. Open the fbuilder.fcalculated.js file, located in “/wp-content/plugins/calculated-fields-form/js/fields-public\fbuilder.fcalculated.js”, in the text editor your choice.
2. Go to the snippet of code:
if( /^\s*$/.test( this.eq_factored ) )
{
this.eq_factored = this.eq;
}around line number 45
and change like:
if( true || /^\s*$/.test( this.eq_factored ) )
{
this.eq_factored = this.eq;
}3. Save the changes, and test the form again.
Hello – I was the one at the beginning of this thread.
I am having problems again. Now when I try to make a change to a calculating field, or edit the formula in the calculating field… the page crashes. It freezes and eventually gives me the “kill pages” dialog and the page breaks.
I tried cloning the form I was working on – but it did not fix anything:
https://leavealegacytoday.com/order-online-trial
Do I have to uninstall/reinstall the plugin again? or is there a different fix?
Hi,
The latest plugin’s update corrects the issue you describe. Please, install the latest plugin’s update, and if the issue persist doesn’t hesitate in contact us, through our support page, because will be required the WordPress access to check the issue in detail:
- The topic ‘Loading Issue’ is closed to new replies.