Chronoforms is a great component for making joomla forms, but it generates a link underneath each form by default with the text ‘Powered By ChronoForms – ChronoEngine.com’
To stop this from displaying without hacking the whole component, place this line in your main css file.
.chronoform { display:none; }