Support » Plugin: Jazzy Forms » Invalid Formula when switchting theme

  • Resolved superpotion

    (@superpotion)


    Invalid Formula when switching to another theme. Switch back to the original theme and everything works again. Tried it with a bunch of different themes from different theme-makers with the same result. The form only works with the theme that it was built in! Weird!

    My form is very complicated with 100+ elements. I tried a second, very simple form with 2 input elements and one output element, and that one works in all the themes.

    Does anyone have a clue know what might cause this, and what to look for?

    My faith has been shaken – this is suuuch a cool plugin!

    Den

    http://wordpress.org/plugins/jazzy-forms/

Viewing 1 replies (of 1 total)
  • Thread Starter superpotion

    (@superpotion)

    ReferenceError: jazzy_forms is not defined
    var jzzf = new jazzy_forms(jQuery, 1, jzzf_graph_1);

    I noticed that wp-head() failed to load /wp-content/plugins/jazzy-forms/front/jazzy-forms.js – so, as a work-around, I manually added the script to the header

    <script type='text/javascript' src='<?php echo home_url(); ?>/wp-content/plugins/jazzy-forms/front/jazzy-forms.js'></script>

    …and the form now works.

Viewing 1 replies (of 1 total)
  • The topic ‘Invalid Formula when switchting theme’ is closed to new replies.