jcornutt
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7: Zoho Leads integration] How to use shortcodePlease read the main plugin description or README. Specifically, the section called “CF7 to Zoho Leads mapping”. This will tell you the default mapping as well as how to override it with custom mappings.
Forum: Plugins
In reply to: [Contact Form 7: Zoho Leads integration] Plugin will not activate.The only thing that I can think of for this would be to enable WordPress debug logging (in wp-config.php setting WP_DEBUG and WP_DEBUG_LOG to true) and looking for clues in wp-content/debug.log. Please let me know if you find anything there.
Forum: Plugins
In reply to: [CallTrackingMetrics] Update Breaks SiteThe fix is to change call_tracking_metrics.php line 19 from “cf7_enabled()” to “$this->cf7_enabled()” (missing a reference to itself).
Forum: Plugins
In reply to: [Contact Form 7: Zoho Leads integration] Plugin will not activate.This looks like it might be the result of an issue with PHP versions 5.5 and older not handling empty() calls correctly. I’m adding a fix tonight and will push a new version with a fix. Please test 0.0.4 when it’s released.
Forum: Plugins
In reply to: [Contact Form 7: Zoho Leads integration] ShortcodeThe CF7 / Zoho shortcode replaces your existing CF7 form. When you specify the ID in the shortcode it will import your CF7 form as well as put in the hooks for Zoho. No need to specify 2 shortcodes.
Forum: Plugins
In reply to: [Contact Form 7: Zoho Leads integration] Custom Field Mapping not working.Hey, sorry for the delayed response (I didn’t get any notification for this ticket). The “zoholead” tag is not correct and should be “cf7lead” (see the README). Please change this and let me know if that changes anything.
Forum: Plugins
In reply to: [Contact Form 7: Zoho Leads integration] Shortcodev0.0.3 has the updated README.
I’m investigating now. Can you provide more details (WP version, other plugins, where you’re seeing the error)?
Forum: Plugins
In reply to: [Contact Form 7: Zoho Leads integration] ShortcodeI believe the README is incorrect here. Please change from using the shortcode “zoholead” to “cf7lead”. I think this happened because of the new WP plugin name guidelines and this fell through the cracks. I’ll update the docs as well.
I just updated the plugin to support a play button that can either pause or stop (depending on if there’s a “data-stop” attribute found on the HTML tag). Hope that helps.
Hey, as far as adding a “stop” button goes, I think it’s something I’ll consider for the next release (so that it can be used with, or in place of, the pause button).
The styling should be able to be done based on if the button is active or disabled (the two states the plugin sets).