• Resolved evekuypers

    (@evekuypers)


    After some updates the fields are no longer showing. If I press refresh then they appear but the next time I have to do this again. What did I do wrong? How can I solve this?

    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 @evekuypers

    The issue you are reporting does not occurs exactly in the way you describe. If the entry point to the website is another page different to the “Prijzen”, and then, it is clicked on the “Prijzen” option in the menu, the form won’t be generated. This behavior is due the way the pages contents are loaded, using ajax and without calling the corresponding events.

    The possible solutions are:

    After the block of the form in the page’s content, insert a HTML block, and enter into it the following piece of code:

    
    <script>
    if('undefined' != typeof fbuilderjQuery)
    {
    delete(fbuilderjQuery.fbuilderGeneratorFlag);
    fbuilderjQuery.fbuilderjQueryGenerator();
    }
    </script>
    

    Or you can go to the settings page of the plugin, and select the “Direct” option for the attribute: “Script load method” (and then, remember to press the “Update” button)

    Best regards.

    Thread Starter evekuypers

    (@evekuypers)

    Super!!
    Thank you very much for the quick reply and it worked, the first solution the direct option I already did.

    Great service!!!

    Plugin Author codepeople

    (@codepeople)

    Hello @evekuypers

    It has been a pleasure to help you.

    Best regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Calculated Field Form no longer showing’ is closed to new replies.