Page 1 of 1

customizing contactform

Posted: Thu Jan 20, 2011 10:11 pm
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

Re: customizing contactform

Posted: Thu Jan 20, 2011 10:28 pm
by Don Chambers
Disable the Serendipity markup and emoticate event plugins and that text will disappear.