Hi,
in our contact form, submissions should not be sent to the admin email address. I have used the snippet provided for this purpose. However, it ensures that the message is not sent at all. Without the snippet, the message is sent to the admin address without any issues.
I used this snippet:
function custom_form_block_recipients( $recipients ) {
$recipients = ‘other address’;
return $recipients;
}
add_filter( ‘form_block_recipients’, ‘custom_form_block_recipients’ );
Thanks,
Manja
On WordPress 6.3 Beta 3 with Twenty Twenty-Three I had the following error message under the inserted contact form:
Es gab ein Problem mit dem Backend. Bitte kontaktiere den Administrator auf andere Weise.
I have deleted the contact form, inserted it again and the error was gone.
Any idea as to what could be the cause for this?
]]>I really love the idea and the ease of use of this plugin. Just install, insert the block, choose “Contact Form” and you’re done.
I tried to set up the email address until I realized that I don’t have to as on submit the form content is automatically sent to the admin email.
Question:
Form Block does not send a copy to the email address entered into the contact form email field, does it?
That to me is a sort of minimal requirement for any form plugin and would be the only thing missing to recommend the free version to my readers ??
]]>