MicaBlueCreative
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] DOM event in functions.php stopped workingFor instance, this page does not work either:
http://hampshirebar.org/pact-registration-form/
Here is the code included in functions.php for that page:<script type=”text/javascript”>
document.addEventListener( ‘wpcf7submit’, function( event ) {
if ( ‘12946’ == event.detail.contactFormId ) {
location = ‘http://hampshirebar.org/pact-online-payment/’;
}
}, false );
</script>- This reply was modified 7 years, 3 months ago by MicaBlueCreative.
Forum: Plugins
In reply to: [Contact Form 7] DOM event in functions.php stopped workingThis also happens with the other pages on the site that include a Contact Form 7 and have code written into the functions.php.
Thank you!Forum: Plugins
In reply to: [Contact Form 7] DOM event in functions.php stopped workingApologies — I gave you the link to the wrong page. This is the page that has the Contact Form 7 in it. When I fill out the form and hit “submit” at the bottom it does not redirect per the functions.php.
http://hampshirebar.org/registration/Forum: Plugins
In reply to: [WP Sitemap Page] Not displayingUnfortunately since this was a month ago, and I didn’t make a record of what I did, I don’t completely remember! I’m sorry about that. In thinking about it, I realize that it may be that I had to use a blank template page, not the WP template’s SITE MAP page, to add the plugin. I think the code for the WP site map page over-rode the plugin, but when I used a blank page it worked. Give it a shot.