Jarod Thornton
Forum Replies Created
-
Forum: Plugins
In reply to: [Hide Admin Notices] Also Hides Woo Status ReportNope. I just disable the plugin temporarily to get the status report.
Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] Addons Downloads RemovedI contacted support and they enabled my downloads ??
We switched to Caldera forms as a result of struggling to deal with CF7 – and it saddens me ??
Forum: Plugins
In reply to: [Multiple Domain Mapping on Single Site] Canonical and Form Action URL@matthiaswagner RE: Caldera forms has a setting for each form:
Enable Ajax Submissions. (No page reloads)
I unchecked this and got it working.
We really like your plugin and would love to see a roadmap for further development. Do you have plans to extend this plugin?
Forum: Plugins
In reply to: [Multiple Domain Mapping on Single Site] Canonical and Form Action URL1) I was able to manually set the canonical in Yoast and that resolved it.
2) We have switched to use caldera forms and are still having the problem with form submissions. Any chance you can point us in the right place to extend this?
Thank you for your quick response!
FYI here’s a site that I cannot get the contact form to submit ?? https://taprootbloodstock.com/
- This reply was modified 4 years, 2 months ago by Jarod Thornton.
- This reply was modified 4 years, 2 months ago by Jarod Thornton.
@maulikparikh did you find any of the documentation here helpful? https://contactform7.com/recaptcha/
Hi @exxis ??
if ( isset( $post ) && has_shortcode
This will only enqueue the scripts on pages / posts with the CF7 shortcode. *In this example it will do so for CF7 shortcodes within the loop.
There are other examples on this thread that will target specific page / post ID and some other scenarios such as if you are loading a form on ALL pages how to hide.
If I have some time I will try to put together a more comprehensive example of options, but maybe CF7 would provide us with a more elegant solution ??
- This reply was modified 4 years, 4 months ago by Jarod Thornton.
@galbaras it won’t make the page faster but we have to have the script on pages with the form. With everything provided in this thread we can now disable the script on pages without forms (thank you!!!) and hide the badge on pages we need the script. Our issue was the client wanted a chat bubble and you know where this goes haha.
Now we just need CF7 to support invisible recaptcha!
@galbaras according to google you can hide the badge as long as you include the reCAPTCHA branding visibly in the user flow.
On pages that I need the script I hide the badge and follow their guidelines as stated above.
https://developers.google.com/recaptcha/docs/faq
.grecaptcha-badge { opacity: 0; }
- This reply was modified 4 years, 4 months ago by Jarod Thornton.
@galbaras what if I need the script to validate the form but I don’t want the badge to display?
@alexio NP ?? I hide the badge on pages that run the script as well and add a little disclaimer at the submission of the form.
Great! Thank you for the update. I will stay tuned in ??
@gkibria69 I am very interested in learning when Spintax is offered as a feature!
@galbaras you’re not wrong.
Can I have the badge only appear where it’s used?
I have a site with CTA and vanilla JS to open the contact form – so CF7 is on EVERY page. After some digging around I found that CSS which works wonderfully.
I just wanted to share this here to help the next person! This thread helped me tremendously with solutions ??
This works too!
.grecaptcha-badge { opacity: 0; }