Contact Us - No details

Open to all! Ask other shopowners for help.
AsTecModels
Member
Posts: 99
Joined: Wed Mar 18, 2026 6:20 pm
Phoenix Version: v1.1.0.6
Has thanked: 6 times
Been thanked: 3 times

Contact Us - No details

Post by AsTecModels »

Hi All,

I know I must be missing something, but when someone uses the Contact Us I get the message but no name or email address when I receive the message via email.

What have I done wrong?


Join The Code Co-op to get access to your library in the Code Co-op Forum
User avatar
burt
Core Team
Posts: 4546
Joined: Tue Oct 29, 2019 9:37 am
Phoenix Version: v1.1.0.8
Has thanked: 252 times
Been thanked: 412 times

Re: Contact Us - No details

Post by burt »

Name and Email are not in the message text...assuming that's what you mean ?
They should be in the `Reply-To` bit of the email.
I am not here to build for you.
I am here to build with you. Let's help each other.
AsTecModels
Member
Posts: 99
Joined: Wed Mar 18, 2026 6:20 pm
Phoenix Version: v1.1.0.6
Has thanked: 6 times
Been thanked: 3 times

Re: Contact Us - No details

Post by AsTecModels »

In the "reply to" it just puts my email address and no name instead of the person who sent the message as I would have expected.
User avatar
burt
Core Team
Posts: 4546
Joined: Tue Oct 29, 2019 9:37 am
Phoenix Version: v1.1.0.8
Has thanked: 252 times
Been thanked: 412 times

Re: Contact Us - No details

Post by burt »

That seems strange.
Have you set up Reply-To field properly? In Admin Email settings, admin/index.php should complain about it if you have not.
I am not here to build for you.
I am here to build with you. Let's help each other.
AsTecModels
Member
Posts: 99
Joined: Wed Mar 18, 2026 6:20 pm
Phoenix Version: v1.1.0.6
Has thanked: 6 times
Been thanked: 3 times

Re: Contact Us - No details

Post by AsTecModels »

I do not have that.
You do not have the required permissions to view the files attached to this post.
User avatar
burt
Core Team
Posts: 4546
Joined: Tue Oct 29, 2019 9:37 am
Phoenix Version: v1.1.0.8
Has thanked: 252 times
Been thanked: 412 times

Re: Contact Us - No details

Post by burt »

It's that bottom one, I misremembered its name.

https://github.com/CE-PhoenixCart/Phoen ... u_form.php

You can see here that the three `usual` input fields are
name, email, enquiry
These post to:

https://github.com/CE-PhoenixCart/Phoen ... hp#L20-L22

You can see here, they are caught from the posted script, then used here
https://github.com/CE-PhoenixCart/Phoen ... us.php#L46
which sends mail.

Take a look in Admin > Tools > Action Recorder and see if a "contact us" entry includes the customers name.
Or even if a `contact us` record exists.
I am not here to build for you.
I am here to build with you. Let's help each other.
BrockleyJohn
Certified Developer
Posts: 173
Joined: Mon Mar 01, 2021 5:37 pm
Phoenix Version:
Has thanked: 2 times
Been thanked: 30 times

Re: Contact Us - No details

Post by BrockleyJohn »

AsTecModels wrote: Sun Mar 29, 2026 3:24 pm In the "reply to" it just puts my email address and no name instead of the person who sent the message as I would have expected.
So when you press reply on the email you receive from the contact form, the reply message has your email in the send to and not the email address entered on the form?
AsTecModels
Member
Posts: 99
Joined: Wed Mar 18, 2026 6:20 pm
Phoenix Version: v1.1.0.6
Has thanked: 6 times
Been thanked: 3 times

Re: Contact Us - No details

Post by AsTecModels »

BrockleyJohn wrote: Sun Mar 29, 2026 6:17 pm
AsTecModels wrote: Sun Mar 29, 2026 3:24 pm In the "reply to" it just puts my email address and no name instead of the person who sent the message as I would have expected.
So when you press reply on the email you receive from the contact form, the reply message has your email in the send to and not the email address entered on the form?
Correct
AsTecModels
Member
Posts: 99
Joined: Wed Mar 18, 2026 6:20 pm
Phoenix Version: v1.1.0.6
Has thanked: 6 times
Been thanked: 3 times

Re: Contact Us - No details

Post by AsTecModels »

burt wrote: Sun Mar 29, 2026 5:47 pm Take a look in Admin > Tools > Action Recorder and see if a "contact us" entry includes the customers name.
Or even if a `contact us` record exists.
I get the following :-
action recorder.png
I have even tried the one you linked too and that did the same.
You do not have the required permissions to view the files attached to this post.
cbs
Member
Posts: 46
Joined: Tue Oct 26, 2021 9:42 am
Phoenix Version: v1.1.0.6
Has thanked: 8 times
Been thanked: 6 times

Re: Contact Us - No details

Post by cbs »

I had the exact same thing not long ago, ours was a hosting issue. We changed hosting company and it went away.

Nigel pointed me to the fact it could be a hosting issue.


Join The Code Co-op to get access to your library in the Code Co-op Forum
Post Reply