gerasimuss
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] How to separte email on 2 or convert string @ to ….Hi @codekraft,
Tnx for the explanations.
I made everything you say and it works.
In WP-Admin Panel in CF7 for MAIL->FROM show: Invalid mailbox syntax is used, but it works.
Now my Software receive real customer emails without any additional information.
I don’t know why but works better than I planed.Thanks a lot.
You are awesome.Forum: Plugins
In reply to: [Contact Form 7] How to separte email on 2 or convert string @ to ….Hi @codekraft,
I am not a PHP programmer and all that is difficult for me.
So i need to put your code in the existing document or as a new document, and in which folder…Code will be
add_filter( 'wpcf7_posted_data', 'prefix_replace_email' ); function prefix_replace_email( $posted_data ) { $posted_data[ 'customer-email-backup' ] = $posted_data[ 'customer-email' ] ; $posted_data[ 'customer-email' ] = str_replace('@', 'A', $posted_data[ 'customer-email' ]) . '@mydomain.com' ; return $posted_data; }Tnx again for your support, i appreciate that.
Forum: Plugins
In reply to: [Contact Form 7] How to separte email on 2 or convert string @ to ….Hi Erik,
First tnx a lot for your support.
I did this, but now in the WP Admin panel, normally I can not set up MAIL – From…
must be with my […..]@mydomain.comForum: Plugins
In reply to: [Contact Form 7] How to separte email on 2 or convert string @ to ….Hi Erik,
Tnx for the info, i will try to do something 🙂
If you have concrete how to do it, please share it with me.Tnx again.
Forum: Plugins
In reply to: [Contact Form 7] Contact Form DataHi,
Install free plugin: Contact Form CFDB7.
So in WP Admin menu will show you the Contact Forms category.
That is DataBase direct on your Website for Your Contact Form, so every information sent from CF7 goes there.
I use it for the same reason.Forum: Plugins
In reply to: [Contact Form 7] Number Field for MobileHi there,
Install free plugin YellowPencil so you can easily change that only with one click.
There are many solutions how to do it but you need to give more information.- This reply was modified 4 years, 9 months ago by gerasimuss.