PDA

View Full Version : Adding Text to a Contact Form


peterbabiy
10-03-2008, 04:38 PM
Hi,

I'm trying to add a few lines of text as instructions on our contact form. Doesn't really matter where on the page. It can either be inside the Message box and when a user clicks to type, the text disappears or it could be above the fields.

As long as its nice and clean and visible to our users.

Anyway to do that? Mods?

Thank you!

Lynne
10-03-2008, 04:43 PM
Style Manager > find style > edit templates > open the template "contactus" and add text:

<tr>
<td class="panelsurround" align="center">
<div class="panel">
<div style="width:$stylevar[formwidth]" align="$stylevar[left]">

ADD TEXT HERE

<fieldset class="fieldset">
<legend>$vbphrase[your_details]</legend>

You can play with that and add the text in another area. That is just one possible area to add it.