• Resolved Legacy Design

    (@legacy1)


    Caldera Forms 1.5.0
    I have setup a form but no matter how many entries I list on my form nothing shows up in my entry list (still shows 0 )
    Also the redirect isn’t working after form submission…the form stays on the page.
    I have looked at the support forum and watched Tutorials on Youtube but still can’t find the issue.

    hope someone can help!

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

    (@shelob9)

    @legacy1 Are these issues still happening in 1.5.0.3 ? If so, what errors are you getting?

    I’m getting the following error from Editors.

    warn @ parsley.min.js?ver=1.3.3.2:formatted:61
    e.fn.parsley.e.fn.psly @ parsley.min.js?ver=1.3.3.2:formatted:1168
    cf_jsfields_init @ frontend-script-init.min.js?ver=1.3.3.2:formatted:31
    dispatch @ load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,jquery-ui-core,jquery-ui-widget,jquery-ui-mo…:4
    r.handle @ load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,jquery-ui-core,jquery-ui-widget,jquery-ui-mo…:4
    trigger @ load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,jquery-ui-core,jquery-ui-widget,jquery-ui-mo…:4
    e.event.trigger @ load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,jquery-ui-core,jquery-ui-widget,jquery-ui-mo…:8
    (anonymous) @ load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,jquery-ui-core,jquery-ui-widget,jquery-ui-mo…:4
    each @ load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,jquery-ui-core,jquery-ui-widget,jquery-ui-mo…:2
    each @ load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,jquery-ui-core,jquery-ui-widget,jquery-ui-mo…:2
    trigger @ load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,jquery-ui-core,jquery-ui-widget,jquery-ui-mo…:4
    (anonymous) @ fields.min.js?ver=1.3.3.2:3
    j @ load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,jquery-ui-core,jquery-ui-widget,jquery-ui-mo…:2
    fireWith @ load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,jquery-ui-core,jquery-ui-widget,jquery-ui-mo…:2
    ready @ load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,jquery-ui-core,jquery-ui-widget,jquery-ui-mo…:2
    J @ load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,jquery-ui-core,jquery-ui-widget,jquery-ui-mo…:2

    The issue seems to be isolated to a javascript init function that uses parsley. Located in /caldera-forms/assets/js/frontend-script-init.min.js?ver=1.3.3.2 Line 31

    cf_jsfields_init = function() {
    	a(".init_field_type[data-type]").each(function(e, r) {
    		var t = a(r);
    		"function" == typeof window[t.data("type") + "_init"] && window[t.data("type") + "_init"](t.prop("id"), t[0])
    	}),
    	"undefined" != typeof cfValidatorLocal && window.Parsley.setLocale(cfValidatorLocal),
    	"undefined" != typeof cfModals && "undefined" != typeof cfModals.config && "undefined" != typeof cfModals.config.validator_lang && window.Parsley.setLocale(cfModals.config.validator_lang),
    	window.Parsley.on("field:validated", function() {
    		setTimeout(function() {
    			a(document).trigger("cf.error")
    		}, 15)
    	}),
    	//ERROR
    	"undefined" == typeof resBaldrickTriggers && a(".caldera_forms_form").parsley({
    		errorsWrapper: '<span class="help-block caldera_ajax_error_block"></span>',
    		errorTemplate: "<span></span>"
    	})
    }

    Disregard.

    I found out after updating WordPress. There was an update that became available for Caldera Forms, and it resolved the (old) issue.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Form Entries Not Showing’ is closed to new replies.