Replies: 0
i have a contact form 7 with condtional filed. but it doesnt work.
it have 4 groups but i only receive email from one group. rest group submission are coming blank. i think problem with mail tags
mail tag copy:-
[GeneralQuery]
From: [your-name] [your-email]
Subject: [your-subject] [dropdown]
Message Body: [your-message]
[/GeneralQuery]
—
[AccountRelatedIssues]
From: [your-name] [your-email]
Subject: [your-subject] [dropdown]
Message Body: [your-message]
[/AccountRelatedIssues]
—
[TechnicalSupprt]
From: [your-name] [your-email]
Subject: [your-subject] [dropdown]
Message Body: [your-message]
[/TechnicalSupprt]
—
form copy;-
<label> Choose Topic (required)</label>
[select dropdown “Please Select a Topic” “Billing” “General Query” “Account Related Issues” “Technical Support” “Legal and Privacy question” “Send Us Your Suggestions”]
[group Pleaseselectatopic]
[/group]
[group GeneralQuery]
<label>Use Below form to Contact us regarding any question </label>
<label> Email [email* your-email] </label>
<label> Your Name [text* your-name] </label>
<label> Your Message [textarea* your-message] </label>
[file file-490 filetypes:jpg|jpeg|png|bmp|gif]
[submit “Submit”]
[/group]
[group TechnicalSupprt]
<label>Browse Through Latest FAQ and Topics on this link</label>
<label>Use Below form to Contact us regarding any question </label>
<label> Email [email* your-email] </label>
<label> Your Name [text* your-name] </label>
<label> Your Message [textarea* your-message] </label>
[file file-490 filetypes:jpg|jpeg|png|bmp|gif]
[submit “Submit”]
[/group]
and so on 4 groups.
but all i got is blank emails