The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Missing guest emails on Contact Us page
I have a problem on vB3 where if a guest user contacts me through Contact Us form, their email is not sent to me on mail. There is no way for me to contact the guests where they report or ask about anything on my site.
Although email field is required for guests and cannot be left blank, on email report all I get is similar to following Quote:
I appreciate any tips. Thanks |
#2
|
||||
|
||||
This works fine on my 3.8 site. Try using a totally default style and then test it.
|
#3
|
||||
|
||||
Thanks Lynne,
I tried with a default style and I also reverted the contactus template to default, then disabled vBSEO and No-Spam for Contact Us page. But it didn't work. We use Google Apps for emails so all emails from that page are looking like coming from us and not showing the real user email which they entered on top of page. After checking the code in sendmessage.php, I changed the vbmail function which creates the email and now we are able to see the user email as well. Here is the code which worked in my case Code:
vbmail($destemail, $subject, $message, false, $vbulletin->GPC['email'], '', $email); Thanks and I hope other members with similar problem, find this useful. Val. |
#4
|
||||
|
||||
Thanks for posting what worked for you.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|