• Resolved mbabischkin

    (@mbabischkin)


    None of the forms created on the site are appearing. They were working fine until approximately a month ago when I started receiving reports of issues.

    The short codes are on the page, and the forms appear in page preview but does not appear on the public versions of the page.

    We’re not using cloud flare or a similar service.

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

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

    (@edgarrojas)

    Hello!

    Your site doesn’t seems to be loading an important file (js/formBuilder/container/Container.js), it is not even trying to load it so probably your page is being cached by an optimization plugin.

    If you have an optimization, cache or minify plugin could you refresh it so it removes the cache? or could you try to disable the other plugins temporally and see if it works that way?

    Regards!

    Thread Starter mbabischkin

    (@mbabischkin)

    Unfortunately I’m not running any optimization, cache or minify plugins. I’ve disabled all of the plugins with the exception of SmartForms and the problem persists.

    I’ve also completely deleted the plug-in and tried re-installing it and the problem continues.

    • This reply was modified 8 years, 9 months ago by mbabischkin.
    Thread Starter mbabischkin

    (@mbabischkin)

    I’m also not seeing /container/Container.js in the Smart-Forms, JS, formBuilder folder.

    If the file was missing I’d assuming that it would be recreated when I deleted the plug-in and re-installed it, but it’s not happening

    Plugin Author EDGARROJAS

    (@edgarrojas)

    I think something strange happens with your domain in <yourodmain>.com the file is not found but it is there if you try with <yourdomain>.org/wp-content/plugins/smart-forms/js/formBuilder/container/Container.js also internally all the plugin files are getting retrieved from <yourdomain>.org so maybe the .org has a catching mechanism? or the .com domain is actually somehow catching the page (which could explain why it is using the .org domain).

    If you go to the source code of your page and look for the word container.js you won’t fine anything which means that your page is not even trying to load the file, this 99% of the times happens when there is something caching the page (1% of the time could mean that the script queue of the plugin is conflicting with another one but this has never happened for any user so far so i don’t think this is happening, also if this was the problem disabling all the other plugins should have ‘solved’ it).

    As an example, if you see the source code of https://smartforms.rednao.com/contactme/ (which is using the latest version of the plugin) you will find the word container.js which means the page is effectively trying to load that file.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Forms Not Appearing’ is closed to new replies.