• I am unable to edit the form in wordpress because it is blank. I saw that the reason is because of the Uncaught Javascript Error. How do I fix this?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @csocialmedia,

    Could you send me the uncaught javascript error, please?

    Best regards.

    Plugin Author codepeople

    (@codepeople)

    Hello @codepeople,

    An alternative would be modify our plugin for running the javascript code in the onload event of the window object, instead the onready event of the document.

    Please, follow the steps below:

    1. Open the “/wp-content/plugins/calculated-fields-form/js/fbuilder-loader-admin.php” file with the text editor of your choice.

    2. Go to the piece of code:

    
    fbuilderjQuery(function(){
    (function($) {
    

    and edit it as follows:

    
    fbuilderjQuery(window).on('load', function(){
    (function($) {
    

    Please, let me know if the modification prevent the error caused by the other plugin.

    Best regards.

    Thread Starter csocialmedia

    (@csocialmedia)

    Thanks for the quick reply! Here’s what the error says:

    Uncaught TypeError: Cannot read property ‘prototype’ of undefined
    at ?cp_cff_resources=admin&ver=af28ce2fe97acb0df4cb3d4801cb8a34:1871
    at HTMLDocument.<anonymous> (?cp_cff_resources=admin&ver=af28ce2fe97acb0df4cb3d4801cb8a34:1896)
    at i (load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-sortable,jquery-ui-tabs,jquery-ui-dra&load[]=ggable,jquery-ui-droppable,jquery-ui-button&ver=af28ce2fe97acb0df4cb3d4801cb8a34:2)
    at Object.fireWith [as resolveWith] (load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-sortable,jquery-ui-tabs,jquery-ui-dra&load[]=ggable,jquery-ui-droppable,jquery-ui-button&ver=af28ce2fe97acb0df4cb3d4801cb8a34:2)
    at Function.ready (load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-sortable,jquery-ui-tabs,jquery-ui-dra&load[]=ggable,jquery-ui-droppable,jquery-ui-button&ver=af28ce2fe97acb0df4cb3d4801cb8a34:2)
    at HTMLDocument.K (load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-sortable,jquery-ui-tabs,jquery-ui-dra&load[]=ggable,jquery-ui-droppable,jquery-ui-button&ver=af28ce2fe97acb0df4cb3d4801cb8a34:2)

    Plugin Author codepeople

    (@codepeople)

    Hello @csocialmedia,

    Could you create a ticket in my private website for checking the issue in detail, please?

    https://cff.dwbooster.com/contact-us

    Best regards.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Form editor blank’ is closed to new replies.