Jump to content

contact form - subjects


Recommended Posts

I have to change a subjects(Customer service,Webmaster) in contact form. I have this code in contact-form.tpl.

 

	{if $contact.id_contact == $customerThread.id_contact}
		<input type="text" id="contact_name" name="contact_name" value="{$contact.name|escape:'htmlall':'UTF-8'}" readonly="readonly" />
		<input type="hidden" name="id_contact" value="{$contact.id_contact}" />
{/if}

 

I need an access to

 

> $contact.name|escape:'htmlall':'UTF-8'

 

Where can I edit it?(it's not possible to translate it in admin panel)

Edited by maybe8 (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...