- This topic is empty.
-
AuthorPosts
-
May 14, 2013 at 7:13 pm #44780
Hillcrest1674
MemberI have a php website and admin page.
Just so you know, I’m not a programmer, just trying to find an answer.
Here is my problem:
When a user sends a message via the “Contact us” page of my site currently this message shows up in the admin section from where I can reply to that message.
However when the user replies to my message from his regular email account, his message does not show up back in my admin section.Is there a way that messages sent from a regular email account are displayed in the admin section of my website ?
Thank you !!!
May 14, 2013 at 7:32 pm #135094will_wallace85
MemberWhen they fill out the form on the site, their info is captured and provided to your admin backend. Then, I’m guessing, there is a form that allows you to reply to the email from your backend as well. At this point, the client recieves an email. When they reply, they are no longer using the form that submits to your backend, they are simply sending to an email address.
Some systems have settings where you can set up pop or imap information and allow it to grab emails sent to an account. If you don’t have that, it can get a bit more complicated, but we’ll need more information about what system you are using to help out.
July 4, 2013 at 2:12 am #141498kunal_salunkhe20
MemberHi,
I am working on PHP vtigerCRM. I have one problem in compose mail section..actually I use textarea tag and in that tag call my php variable for displaying content…like First Name, Last name which are editable etc.. if I use Mozilla Firefox and Internet Explorer in that it showing perfect.. and in chrome doesn’t showing perfect..its showing in oneline with html code..eg.
First Name : Probir
Last Name : Debnath
Company Name : CEDA
Customer Phone :
Customer Mobile :
Customer Email :
Customer City :
Desc : Interested to buy Signal Generators – kindly send us the price list of all and availability.
.. I used Wrap=”OFF ” option here..but its not working.. -
AuthorPosts
- The forum ‘Back End’ is closed to new topics and replies.