Cannot enter custom fields e-mail form

Hello, like to use PRO e-mail form. I can not add extra fields and I have a waring:
" Warning : array_key_exists() expects parameter 2 to be array, bool given in /home/customer/www/jitty.nl/public_html/wp-content/plugins/tco-email-forms/email-integration/functions/custom-fields-metabox.php on line 55"

Do you have any idea what the issue is?
Thanks

Hello @RPronk,

Thanks for writing to us.

It is a PHP warning and it would not change anything to your website. It seems that you have enabled the debugger mode of WordPress, I would suggest you please add the below-given code to your wp-config.php

Find this code

define('WP_DEBUG', true);

Replace with the given below code.

define('WP_DEBUG', false);

Please find the video that will help you to edit wp-config.php and add the above code: https://youtu.be/3SDPTafEM8o

Hope it helps
Thanks

Ok sure thank you I will do that. But then I still have the issue I can not add a custom field to the e-mail form, do you have any idea what could cause that?

Thanks,

found the solution, thanks

Hey @RPronk,

It is good to know that you have figured out a way to resolve the issue. We really appreciate for letting us know.

Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.