• Resolved beatcore

    (@beatcore)


    Hi,

    i’m trying to open a Newsletter Form with Popup Maker, works fine so far, set to a timer of 500 ms. The Newsletter Form is created with Caldera Forms, but there’s no big newsletter company like Mailchimp attached to it, just a plain Caldera Form. Submission works fine, emails are being received.

    My Problems:

    – The Popup Window isn’t closing after submitting the form, i have to manually close it after form submission…
    – The Popup reappears after a site reload, even though cookies are set to “form success” and “form subscribed”

    Could this be solved or is it a problem with Caldera Forms?

    thx for an answer!
    regards

    • This topic was modified 6 years, 4 months ago by beatcore.
Viewing 1 replies (of 1 total)
  • Thread Starter beatcore

    (@beatcore)

    I’ve solved the reappearance of the popup. Shame on me, i did not set the proper cookie. Now this part is working!

    I’ve also managed to solve the popup + caldera problem with a javascript on my own. In Caldera Forms under “Form Settings” i put Custom Callback function and named it “caldera_versendet”. Then i put up some JS like this:

    function caldera_versendet( obj ) {
    	(function ($, document, undefined) {
    		if ( "complete" == obj.status ) {
    			jQuery('#popmake-3587').trigger('pumSetCookie');
    			jQuery('#popmake-3587').popmake('close');
    		}
    	}(jQuery, document))
    }
    
Viewing 1 replies (of 1 total)
  • The topic ‘Caldera Forms – popup not closing and reappearing’ is closed to new replies.