ptbydimi
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Beginners help?And they aren’t in your spam folder either?
Forum: Plugins
In reply to: [Contact Form 7] Form isn’t sending via phone, only via laptopGot it, mails were in spam folder
Forum: Plugins
In reply to: [Contact Form 7] Contact form 7 not workingDid u use the tags correctly?
FOR EXAMPLE
{FORM TAB}
<p>Name:<br />
[text* your-name] </p><p>Email<br />
[email* your-email] </p><p>Topic<br />
[text your-subject] </p><p>Message<br />
[textarea your-message] </p><p>[submit “Send”]</p>
{EMAIL TAB}
To: //your email addrFrom: [your-name] <[your-email]> => gives error but ignore
Subject: [your-subject]
Additional headers: Reply-To: [your-email]
Message Content:
From: [your-name] <[your-email]>
Subject: [your-subject]
Content: [your-message]=> for the attachted files, you have to scroll down in the {EMAIL TAB} and you’ll find a text box where you’ll have to put the tag for your file (which u used in the {FORM TAB}).
File attachtments:
[file]Forum: Plugins
In reply to: [Contact Form 7] Not receiving dataFor example
When u use these tags in the Form tab:
<p>Name:<br />
[text* your-name] </p><p>Email<br />
[email* your-email] </p><p>Topic<br />
[text your-subject] </p><p>Message<br />
[textarea your-message] </p><p>[submit “Send”]</p>
Your E-mail tab should look like this:
To: //your email addr
From: [your-name] <[your-email]> => gives error but ignore
Subject: [your-subject]
Additional headers: Reply-To: [your-email]
Message Content:
From: [your-name] <[your-email]>
Subject: [your-subject]
Content: [your-message]Forum: Plugins
In reply to: [Contact Form 7] Not receiving dataDid you used the tags?
Forum: Plugins
In reply to: [Contact Form 7] Beginners help?Some more info about the E-mail tab:
To: //your email addr
From: [your-name] <[your-email]> => gives error but ignore
Subject: [your-subject]
Additional headers: Reply-To: [your-email]
Message Content:
From: [your-name] <[your-email]>
Subject: [your-subject]
Content: [your-message]Forum: Plugins
In reply to: [Contact Form 7] Beginners help?Try this in the Form tab:
<p>Name:<br />
[text* your-name] </p><p>Email<br />
[email* your-email] </p><p>Topic<br />
[text your-subject] </p><p>Message<br />
[textarea your-message] </p><p>[submit “Send”]</p>
And in the E-mail tab => from ‘ [your-name] <[your-email]> ‘
I get the same error, but just ignore…. it works just fine- This reply was modified 8 years ago by ptbydimi.