-
I made a form for sending user data: email, name, phone. The email and name are displayed correctly upon receipt, but there is no phone number, at first I thought the problem was in the code, I looked in the sending history in email.js itself, the phone number is displayed there. Does anyone know how to solve this problem? |
Beta Was this translation helpful? Give feedback.
Answered by
Kudienko
Dec 16, 2023
Replies: 1 comment
-
The problem was that I named the variable the same way as it is named in Email.js itself, renaming it to number or to any other, the problem disappeared |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Kudienko
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The problem was that I named the variable the same way as it is named in Email.js itself, renaming it to number or to any other, the problem disappeared