Viewing 1 replies (of 1 total)
  • Plugin Author hoffcamp

    (@hoffcamp)

    It looks like the page is being loaded via AJAX, without a header or footer. The footer scripts are generated only on form pages, so if wp_footer() is called by the container page instead of the post/page with the form on it, the scripts won’t be there.

    I will add an option to include scripts with each form rendering, rather than in the footer, which may your problem, but if it doesn’t, you will have to modify the theme to output the footer with the AJAX page loads.

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: WordPress Form Manager] "required" fields isnt working’ is closed to new replies.