Replies: 1
The Contact 7 form is sending to the correct email but is apparently not picking up any user input and using it to replace field holders such as [your-name], [your-subject], [your-message] – with the user’s input. Emails look like this upon arrival:
From: [your-name] <[your-email]>
Subject: [your-subject]
Message Body:
[your-message]
—
This e-mail was sent from a contact form on unicon (http://localhost/wordpress)
==============
I’ve followed all the directions in the docs and watched a few videos but it’s a very simple form! I should be able to activate it, insert my email@domain.com in two places and it should work as is shouldn’t it? I have not checked “Exclude lines with blank mail-tags from output box.”
Everything is left at default except for the basic requirement: I’ve only inserted a valid email into the two required places on the Contact 7 Edit Mail tab for the Quick Quote Form: [contact-form-7 id=”1363″ title=”Quick Quote Form”]
To: quote@plumberdomain.com
From: [your-name] <quote@plumberdomain.com>
===========
Below is some code that might be relevant, that came with the Contact Form setup. What needs to change?
Mail Tab: Message Body:
From: [your-name] <[your-email]>
Subject: [your-subject]
Message Body:
[your-message]
—
This e-mail was sent from a contact form on unicon (http://localhost/wordpress)
Form Tab:
<div class=”left_field”>
[text* text-777 placeholder “Name”]
[tel* tel-633 placeholder “Phone”]
</div>
<div class=”right_field”>
[email* email-491 placeholder “Email”]
[text* text-290 placeholder “Address”]
</div>
<div class=”message_field”>
[textarea textarea-329 placeholder “Services Requested?”]
[submit “Send Request”]
</div>