Hello @ngen91
Please, follow the steps below:
1. Go to the settings page of the plugin, through the menu option: “Calculated Fields Form”
2. Select the “Classic” option for the attribute: “Script load method”
3. And finally, press the “Update” button.
If the issue persists, you simply should to include a script block in the same page where the form is inserted, with the following piece of code (after the form’s shortcode):
<script>
jQuery(window).on('load', function(){
delete fbuilderjQuery.fbuilderGeneratorFlag;
fbuilderjQuery.fbuilderjQueryGenerator();
})
</script>
I’ve called this code directly through the “Developers Console” in the browser, and the form has been generated properly:
Best regards.