WordPress Contact-Form 7 - wordpress

I would like to add a field with 2 emails for reception but I don't find it.
[select* recipient
"Problem|tata#gmail.com"
"Idea|titi#gmail.com"
"Other|toto#gmail.com"]
I would like to do something like this :
[select* recipient
"Problem|tata#gmail.com"
"Idea|titi#gmail.com"
"Other|toto#gmail.com|tutu#gmail.com"]
It gives me an error and I don't find any syntax to do this.
How to send to two email addresses with a specific field with contact form 7 ?
EDIT : I found the solution here : Contact Form 7 send to multiple contacts at once upon user selection

To get value before pipe, you can use [raw{field name}], that means [_raw_recipient] in your form

Related

How do I use Mail (2) auto-responder with a multi-step contact form 7?

I am trying to send out a Mail (2) auto response after step 3 of my contact form 7 is submitted. The problem is that the mail tag [your-email] is filled out on step one so it does not give me the option to use that mail tag on the step 3 Mail (2) settings. I could send out the auto-response after step 1 but I would rather have it go out after step 3. How can I fix this?
Tried to use the [your-email] tag in the Mail (2) settings on step 3 but I get "Invalid mailbox syntax is used" error.

How To Force User To Enter Only Digits In input type='tel' Wp Contact Form 7 Plugin Just Like Gravity Form plugin

I Just Want To Force User To Enter Only Digits In telephone field of contact form 7 plugin not other characters just like gravity form plugin.Is It Possible?
I Have Tried Below Link:
https://wordpress.org/plugins/cf7-phone-mask-field/
But I Got Output Like This:
test
my Contact Form 7 Looks Like Below:
test2
form 7 has a validation system for the telephone numbers, you could use the following code to verify the telephone number the user is writing:
[number* your-telephone minlength:10 maxlength:140 placeholder "Telephone number"]
also you can use this documentation here for more information
hope this help.

IN divi conatct form submissions getting weird emails in inbox

In my Wordpress site I have configured the divi contact from module and After submission I am getting some weird emails like I am getting message pattern as it is in the email rather then actual details of user.
And when I tried to submit the same form multiple times, form is working correctly and getting desired details.
I have tried sending email multiple times.
Checked server error logs and found xmlrpc file enabled and multiple hits on that file.
Below is the email I am getting form user.
Hi,
you got a message from xyz website.
this is from %%name%%, the email id is %%email%%, company name is %%company_name%%.
And the message was ...
%%msg%% .
%%subscribe%%**
This is the desired result for form submission.
Hi,
you got a message from xyz website.
this is from ABC, the email id is abc#gmail.com, company name is ABC.
And the message was ...
ABC .
I also subscribe the form.
this is from %%name%%, the email id is %%email%%, company name is %%company_name%%. And the message was ... %%msg%% . %%subscribe%%**
Here %%name%%, %%email%%, %%company_name%% are the ID field of the form fields. Make sure you have entered the correct values of the ID field. There are chances that you may have entered the Label value instead of ID value.
Kindly share the screenshot of the Contact Form Message Pattern screen where you enter these details. So we can help you.
that is not the issue, It was a spam message and prevented these kind of messages using cleanTalk or Wpbruiser plugin, got resolved my issue.

Wordpress/Woocommerce User Registration in Steps

I have come across a client request that requires me to design woocommerce user registration in different steps. Since i am new to woocommerce i need your help on this please. Here is how the client wants it.
STEP 1: This step will happen on the "My Account" page that contains Sign In and Sign Up form both. Here the Sign Up form should have only two fields that is Username and Email.
STEP 2: From step 1 after validation, the user should be send to Step 2 where all the other fields should be asked from User. Others fields can include First Name, Last Name, Address, Password etc.
STEP 3: After Step 2a confirmation email should be sent to User and upon putting right code he/she can become a sucessfull member.
Now if there is a plugin that can do this let me know otherwise i prefer coding it. Kindly help me out here guys as i have always got what i am looking for on stackoverflow.
Regards,
Maddy
You need to create custom code there is no plugin available for the same.
1) Create custom template for register.
2) After fillip both data you just need to call user resgietr function https://codex.wordpress.org/Function_Reference/wp_insert_user

how to get send email list from contact form 7

I want to get my send email list from WordPress contact form 7.
it should be show in the e-mail of the day that i send
Like this:
Sunday 22 November 2015 instead of 22/11/2015
Or it can be
Sunday 22/11/2015 instead of 22/11/2015
is that possible?
Step-1 : Contact Form->Edit Open Edit Contact Page
Show 4 Tag : Form,Mail, Message,Addition Setting
Step-2 : Select Mail
Seep-3 : Edit Inside Message Body Or Additional Headers
[_date]
Setp-4 : Save
Extra Info.
Please Reference This Link : http://contactform7.com/special-mail-tags/
http://contactform7.com/date-field/

Resources