grasshopperuk
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] How to change page title color?Many thanks for this advice. Saved me a ton of time digging round.
🙂
Forum: Plugins
In reply to: [Contact Form 7] Contact From 7: Form sends but message is missingBarnez,
That works a treat. Thanks very much. You’ve got me out of a pickle.
Best regards
Matt
Forum: Plugins
In reply to: [Contact Form 7] Contact From 7: Form sends but message is missingThis is my form code:
<div class=”text-center”>
<div class=”col-md-6″>
<p>Your Name (required)
[text* your-name] </p><p>Your Email (required)
[email* your-email] </p><p>Your Phone (required)
[text text-33] </p><p>Subject
[text your-subject] </p>
</div>
<div class=”col-md-6″>
<p>Your Message
[textarea your-message] </p>
</p>
</div>
<div class=”col-md-12″><p>[submit class:btn class:btn-lg “Send”]</p>
</div>
</div>Forum: Plugins
In reply to: [Contact Form 7] Contact From 7: Form sends but message is missingHi Barnez,
I have tried using the tag [your-message] in the mail tab but I get nothing in my email except the tag. I do not get the actual message that was entered into the text field.
Thanks
Matt
Forum: Plugins
In reply to: [Contact Form 7] Contact From 7: Form sends but message is missingThanks but this is still unclear to me.
The form is capturing the data as I can see this using the Contact Form DB plugin but it is not sending the message body text.
On the Mail tab in the plugin admin I have this:
From: [your-name] <[your-email]>
Subject: [your-subject]Message Body:
[textarea rows:12 your-message]Shouldn’t that send the entire message? Well, 12 rows of it?
Thanks
Matt