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?
Contact Us - No details
-
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
- burt
- Core Team
- Posts: 4546
- Joined: Tue Oct 29, 2019 9:37 am
- Phoenix Version: v1.1.0.8
- : Buy Me A Beverage
- Has thanked: 252 times
- Been thanked: 412 times
Re: Contact Us - No details
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.
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.
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
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.
- burt
- Core Team
- Posts: 4546
- Joined: Tue Oct 29, 2019 9:37 am
- Phoenix Version: v1.1.0.8
- : Buy Me A Beverage
- Has thanked: 252 times
- Been thanked: 412 times
Re: Contact Us - No details
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.
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.
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
I do not have that.
You do not have the required permissions to view the files attached to this post.
- burt
- Core Team
- Posts: 4546
- Joined: Tue Oct 29, 2019 9:37 am
- Phoenix Version: v1.1.0.8
- : Buy Me A Beverage
- Has thanked: 252 times
- Been thanked: 412 times
Re: Contact Us - No details
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.
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.
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:
- : Buy Me A Beverage
- Has thanked: 2 times
- Been thanked: 30 times
Re: Contact Us - No details
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 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.
-
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
CorrectBrockleyJohn wrote: ↑Sun Mar 29, 2026 6:17 pmSo 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 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.
-
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
I get the following :- 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
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.
Nigel pointed me to the fact it could be a hosting issue.