Sure, that's what i set in the translation
Code: |
New user request:<br /><br />
<b>USER:</b> {customer_name}<br />
<b>EMAIL:</b> {customer_email}<br />
<b>PHONE:</b> {customer_phone}<br /><br />
<b>VEHICLE:</b> {vehicle_title}<br />
<b>MODEL:</b> {model}<br /><br />
<b>MESSAGE:</b> <br />{customer_comment}<br /><br /><br />
<a href="mailto:{customer_email}?subject=Re:{vehicle_title}">CLICK HERE TO ANSWER.</a>
|
That's the email that i receive sending a request from my site
New user request:
USER: {customer_name}
EMAIL: acquisti@01system.it
PHONE: {customer_phone}
VEHICLE: Mini COOPER S VERSIONE JOHN COOPER WORKS
MODEL: Mini Cooper (2002-Present)
MESSAGE:
test message
CLICK HERE TO ANSWER.
As you can see the value of {customer_name} and {customer_phone} is not correctly transmitted, so i cannot see customer phone and name in the received request email. Is it clear now?
Many thanks, best regards