• Resolved gregoryf78

    (@gregoryf78)


    Please can you tell me why the form doesn’t appear on the webpage ?

    i tries all options with no result.

    The page I need help with: [log in to see the link]

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

    (@codepeople)

    Hello @gregoryf78,

    Your website is loading multiple instances of jQuery framework, and one of them is a very outdated version.

    Please, configure the plugin following the steps below:

    1. Go to the settings page of the plugin through the menu option: “Settings/Calculated Fields Form”

    2. Select the “Direct” option for the attribute: “Script load method”

    3. And finally, press the “Update” button.

    Note: If you are using a plugin for managing the website’s cache, please, clear the cached version of the website.

    Best regards.

    Thread Starter gregoryf78

    (@gregoryf78)

    Thanks for your answer.
    But no results… form doesn’t appear…
    it was ok before recent updates i have done.

    Plugin Author codepeople

    (@codepeople)

    Hello @gregoryf78,

    As I said in the previous ticket your website is loading multiple instances of jQuery.

    For example, the following script tag that uses the version of jQuery distributed with WordPress (the versio 1.12.4):

    
    <script type="text/javascript" src="http://huissier-78-fourgnaud.fr/wp-includes/js/jquery/jquery.js?ver=1.12.4"></script>
    

    And an outdated version of jQuery (1.4), that not includes required methods like “prop” (and some others):

    
    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
    

    Please, localize the plugin that is including the outdated version of jQuery and remove the piece of code that includes it.

    There is an issue in your form, the dependency defined in the fieldname1 is invalid (please, fix it, or remove the dependency)

    To be sure you’ve not defined an infinite loop with the equations, go to the “Form Settings” tab, and untick the option: “Eval dynamically the equations associated to the calculated fields” (http://www.cff.local/images/documentation/form-settings-tab.png).

    Best regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘why form doesn’t appear’ is closed to new replies.