Blog » ONW Simple Contact v1.8 Released

ONW Simple Contact v1.8 Released

January
31
2010
11:27 pm

Version 1.8 of Simple Contact Form has been released.

1.8 introduces the ability to modify the text above the form and the labels for the form fields. Also, you can remove the fieldset (the border around the whole form). See more details about the plugin here. As always, if you’ve got comments relating to the plugin, not the release, please comment on the plugin’s page at the link above.

Future releases are going to feature internationalization (i18n) for multiple language support, and integration to support the WP-reCAPTCHA plugin if it’s installed.

2 Responses

  1. Dragonfly says:

    Hey,

    how can i change the colour of the fieldset legend?

  2. John Bloch says:

    In your theme’s css file, scroll to the bottom and add

    #onw_contact_form fieldset legend {
    color:#ff0000;
    }

    That code makes it red. Change the hex value to change the color.

    Also, for questions like this, please comment on the plugin page instead of the release post (this page), so that people who have the same questions in the future can find the answers in one place.

Leave a Reply