bothsides
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form DB] CFDB-COUNT Giving different counts on different pagesSorry for bothering you!
Turns out it was a caching issue.
Plugin works great! Thanks!!I got it to work!
Needed:
on_sent_ok: "_cf7_form_115_on_sent_ok_();"
and
on_sent_ok: "_cf7_form_115_on_sent_ok_;"
In the Additional Settings areaIf you want to see the site or get into the backend, I’d be more than happy to provide that info.
Thanks!
I put
on_sent_ok: "_cf7_form_115_on_sent_ok_"
into the additional settings of the Contact Form but it still doesn’t work. Actually, the first popup doesn’t close anymore.I’m stumped! I love this plugin and don’t want to have to look for another!
Should I change something in my functions file also? This is what is currently there:
function custom_cf7_scripts() { ?> <script> function _cf7_form_115_on_sent_ok_() { setTimeout(function () { jQuery('#popmake-10').popmake('close'); jQuery('#popmake-141').popmake('open'); }, 1000); } </script><?php } add_action('wp_head', 'custom_cf7_scripts', 1000);
I still can’t get this to work.
Any ideas?
Thanks for the response.
I’ve implemented the scripts and the original form dialog closes now, but the new form doesn’t open.
This is what I’ve added to my functions.php file:function custom_cf7_scripts() { ?> <script> // Replace form_7 with the # of your form to ensure function _cf7_form_115_on_sent_ok_() { setTimeout(function () { jQuery('#popmake-10').popmake('close'); jQuery('#popmake-141').popmake('open'); }, 1000); } </script><?php } add_action('wp_head', 'custom_cf7_scripts', 1000);
And I’ve added this to my Contact Form Additional Settings:
on_sent_ok: "_cf7_form_115_on_sent_ok_();"
Any ideas of what I’m missing?
Forum: Everything else WordPress
In reply to: generate QR code upon the user account creationI’m looking for the same thing.
Did you have any luck finding something?