winston1886
Forum Replies Created
-
@takayukister — that fixed it. Thank you!
I had the reCAPTCHA v2 keys in there, but i did not have the plugin installed that tells it to use reCAPTCHAv2 keys so that’s why. Strange though as V2 keys WORKED for motnhs before it just stopped working.
Few questions based on your experience w/ CF7 And reCAPTCHA:
– have you found v3 is most effective in comparison to recaptcha v2?
– I don’t love seeing the Google reCPATCHA slide-out on the bottom RIGHT of the page. If hidden via CSS, will it still be enabled, or effective?
– do you know of any plugins that work with CF7 that allow you to block certain words in the “message” field, or any field you determine that will auto-block it from sending. For example if someone tried to submit something about the adult industry, or random non-english characters, etc.On top of reCAPTCHA by Google, we were also using another plugin that made the user fill out a randomly created 4 digit code (on the contact page load) that helped with spam.
Forum: Plugins
In reply to: [The Events Calendar] Issue when subscribing to Google Calendar and icalendarHow did you get it to work? for example, when i click my iCalendar link, it spits this out and only generates JUNE in the calendar and not everything (all plugins updated to current ones)
webcal://www.domain.com/?post_type=tribe_events&tribe-bar-date=2022-06-05&ical=1&eventDisplay=list
I then open iCalendar and go to File–>New Calendar Subscription and enter in that URL and say update every 5 min but i only get one month — it’s likely happening b/c the date on the link shows 2022-06-05 in it. i’d like it to spit out the date from now to the end of time basically.
Anyone figure that out?
Site pages w/ forms:
https://www.whiskcooks.com/contact/
https://www.whiskcooks.com/events/
– this is using PHP 8 to process forms
– i also tried to install WP SMTP with Send in Blue which has ALWAYS worked for me and same error.In addition, i have another client site on AWS Lighsail and used WP SMTP with send in blue and same issue: error sending mail.
Tried to the email test too and it gets an error.
I’m concerned about switching to SMTP as well because our website (WHISK COOKS) sends email confirmations for Orders, for when someone purchases a ticket to an event etc and if i switch away from PHP, will it then be only using SMTP to send it b/c of the WP SMTP?