hybridinteractive / craft-contact-form-extensions

Adds extensions to the Craft CMS contact form plugin.
MIT License
43 stars 36 forks source link

reCaptcha Tab is missing in Craft 4 #164

Closed marcel-boer closed 1 year ago

marcel-boer commented 1 year ago

Hi, the reCaptcha Tab is missing after upgrading my Craft 3 to Craft 4.

rosskenney commented 1 year ago

What is your Craft 4 version @marcel-boer?

marcel-boer commented 1 year ago

4.3.1 - Latest One

rosskenney commented 1 year ago

ok and you are using 4.2.1 of this plugin?

marcel-boer commented 1 year ago

@rosskenney Yes :)

marcel-boer commented 1 year ago
Screenshot 2022-11-14 at 16 57 45
rosskenney commented 1 year ago

Hmm ok, let me get my local test env going and see about this. Are you using php8.0?

marcel-boer commented 1 year ago

Using 8.1.10

marcel-boer commented 1 year ago

Also i just installed the plugin on a fresh Craft 4 version (no upgrade from 3 to 4) and also there it's missing :) if that helps!

rosskenney commented 1 year ago

Yeah, I have tested this on 8.0 for Craft 4 but not 8.1. Let me see how it looks on my local dev.

marcel-boer commented 1 year ago

It is also missing with PHP 8.0 :) Just switched versions on my web server

rosskenney commented 1 year ago

Ah, I am seeing that after updating Craft to latest also. Let me debug this. The config/contact-form-extensions.php file will still allow full use of everything if you need it while I am looking into this.

marcel-boer commented 1 year ago

Thank you!!

mightyfineyall commented 1 year ago

@rosskenney Seeing the issue here with 4.2.1 and Craft Pro 4.3.1. Are there instructions on what the contact-form-extensions.php file needs to look like? Don't see anything about it in the docs...

rosskenney commented 1 year ago

I have found the issue and am working on a fix. For now I will adjust it, but I am going to build out the template right so this won't happen for future updates. @mightyfineyall if you copy this file (https://github.com/hybridinteractive/craft-contact-form-extensions/blob/v4/src/config.php) and name it contact-form-extentions.php and put it in the config it will override the CP.

rosskenney commented 1 year ago

ok fix is in the dev branch and will be released today @mightyfineyall and @marcel-boer. Please let me know here if there are still any issues after updating.

mightyfineyall commented 1 year ago

@rosskenney will do. Thanks for your hard work - we use the heck out of this plugin. I think it's on every site we've pushed live.

rosskenney commented 1 year ago

That's great to hear @mightyfineyall ! I am carrying the torch on this one and hope to keep it going!

rosskenney commented 1 year ago

See https://github.com/hybridinteractive/craft-contact-form-extensions/releases/tag/4.2.2

marcel-boer commented 1 year ago

Thanks a lot!!!