Jump to content

adding address


afcbob

Recommended Posts

I am wanting to add my address to the top of the contact form i thought it would of been the contact.tpl

 

this is what i added

<p>
Our Address:<br /><br />
Host2design<br /><br />
26 marchburn Drive<br />
Aberdeen<br />
Scotland<br />
AB16 7LS<br />
</p>

<p>{$LANG.contactheader}</p>



{if $sent}



<p align="center"><strong>{$LANG.contactsent}</strong></p>



{else}



<form method="post" action="contact.php?action=send">



{if $errormessage}<div class="errorbox">{$errormessage|replace:'<li>':'  #  '}  #  </div><br />{/if}



<table cellspacing="1" cellpadding="0" class="frame"><tr><td>

<table width="100%" cellpadding="2">

<tr><td width="100" class="fieldarea">{$LANG.contactname}</td><td><input type="text" name="name" size="30" value="{$name}"></td></tr>

<tr><td class="fieldarea">{$LANG.contactemail}</td><td><input type="text" name="email" size="50" value="{$email}"></td></tr>

<tr><td class="fieldarea">{$LANG.contactsubject}</td><td><input type="text" name="subject" size="60" value="{$subject}"></td></tr>

<tr><td class="fieldarea">{$LANG.contactmessage}</td><td><textarea name="message" rows=8 style="width:95%">{$message}</textarea></td></tr>

</table>

</td></tr></table>



{if $capatacha}<p align="center">{$LANG.imagecheck}<br /><img src="includes/verifyimage.php" align="middle"> <input type="text" name="code" size="10" maxlength="5"></p>{/if}



<p align="center"><input type="submit" value="{$LANG.contactsend}"></p>



</form>



{/if}

 

You can view it here http://www.host2design.co.uk/support/submitticket.php?step=2&deptid=3

Link to comment
Share on other sites

it look like you have the settings Presales Form Destination in admin set to a Department so it will use the support ticket page but it look like you want to use

the contact page so you would need to change the setting to use the Choose a

Department - OR - Send to email address below then your coding will probable show.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated