PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

form not showing when using conditional logic nor are total fields functioning

  1. My site & GF form url : http://www.melsmealsdirect.com/sign-up-form/

    I have troubleshot this issue to the best of my ability using previous forum posts and answers.

    One of the test recommended was to enable the Twenty Ten theme to see if the GF problems were resolved. Sure enough, GF works great with the Twenty Ten theme.

    I now assume that I have a conflict with my theme and GF but how can I isolate the Theme/GF conflict to fix the bug?

    Thanks in advance for any assistance.
    Bill

    Posted 11 years ago on Wednesday February 6, 2013 | Permalink
  2. You have a JavaScript error on the page:

    Timestamp: 2/7/2013 8:22:26 AM
    Error: TypeError: jQuery(...).countdown is not a function
    Source File: http://www.melsmealsdirect.com/wp-content/themes/mels-meals/lib/js/functions.js?ver=3.5.1
    Line: 66

    The issue is with this function:

    /* Coundown real function */
    
    jQuery(document).ready(function() {
    	jQuery('#compactLayout').countdown({
    		until: be_countdown_start,
    		compact: true,
        	layout: '<b>{dn} &nbsp;&nbsp;&nbsp;{hnn}{sep}{mnn}{sep}{snn}</b> {desc}',
        	description: ''
        });
    });

    Fix that function or get rid of it (which is what happened when you changed themes) and so long as there are no other JavaScript conflicts your form will work fine.

    Posted 11 years ago on Thursday February 7, 2013 | Permalink