thoseguys26
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Invalid Mail header QuestionMy solution for this ended up being bad code in the ‘Form’ tab, not the ‘Mail’ tab. Once I changed my ‘Form’ tab code, the error in the ‘Mail’ tab disapeared.
I basically replaced <label> with <p>
This is the bad code:
<label> Your name
[text your-name] </label><label> Your email
[email your-email] </label><label> Subject
[text your-subject] </label><label> Your message (optional)
[textarea your-message] </label>[submit “Submit”]
This is the good/replacement code:
<p>Your Name (required)<br />
[text* your-name] </p><p>Your Email (required)<br />
[email* your-email] </p><p>Subject<br />
[text your-subject] </p><p>Your Message<br />
[textarea your-message] </p><p>[submit “Send”]</p>
Hope that works for you ??
Forum: Plugins
In reply to: [Contact Form 7] Invalid Mail header QuestionThanks Ian for the reply. I did try that just now with no luck.
I decided to start a new form and used the same exact info, and the error is gone.
Thanks again for the suggestion!Forum: Plugins
In reply to: [Contact Form DB] Export is Changing Comma placement in NumbersSorry that is incorrect. I exported a .csv and opened it in text edit and the numbers look good. Excel must be messing it up some how.
I’ll keep you posted on what I figure out in case another person has a similar issue as mine.
Forum: Plugins
In reply to: [Contact Form DB] Export is Changing Comma placement in NumbersI did as followed and text edit showed no commas at all just all numbers.
Forum: Plugins
In reply to: [Contact Form DB] Spam filter settingsI think I found what I need..
Forum: Plugins
In reply to: [Contact Form DB] Export is Changing Comma placement in NumbersThanks
Forum: Plugins
In reply to: [Contact Form DB] Export is Changing Comma placement in NumbersThank you for the reply Michael. I will see if excel can correct them or I’ll just do them manually..
They look fine in CFDB until I export them, that’s what’s strange.