customizing contactform

Creating and modifying plugins.
Post Reply
kingofsicily
Regular
Posts: 30
Joined: Thu Jul 29, 2010 4:12 pm
Location: Arnhem, Netherlands

customizing contactform

Post by kingofsicily »

Hi there,

There are three things I want to change in the standard contactform as I use it in my website. I managed to make one change: I wanted to remove the field where the visitor can enter a website url. I did this by deleting the lines:
<tr>
<td class="serendipity_commentsLabel"><label for="serendipity_commentform_url">{$CONST.HOMEPAGE}</label></td>
<td class="serendipity_commentsValue"><input type="text" id="serendipity_commentform_url" name="serendipity[url]" value="{$commentform_url}" /></td>
</tr>
...from the plugin_contactform.tpl file and by placing the file in the template folder (as described in configure plugins - contactform).

However, there is this text in my contactform on my website:
Enclosing asterisks marks text as bold (*word*), underscore are made via _word_.
Standard emoticons like :-) and ;-) are converted to images.
...and I want to change it or remove it (I don't know which yet).

Furthermore, the fields where visitors can enter their info have different widths and I would like them to have the same widths.

How can I do it? Can you help me?

Many thanks :)

Rogier.
http://www.woordvoorwoord.com
Don Chambers
Regular
Posts: 3652
Joined: Mon Feb 13, 2006 2:40 am
Location: Chicago, IL, USA
Contact:

Re: customizing contactform

Post by Don Chambers »

Disable the Serendipity markup and emoticate event plugins and that text will disappear.
=Don=
Post Reply