Another option that keeps the copyright text on the page (but hidden from display) is to locate the CSS file for the styling you have set for your forms (contained in directory: plugins/cforms/styling
), the find the style definition for “linklove” and add the following attribute:
.linklove {
...
<strong>visibility: hidden;</strong>
}
This has worked well for me and keep the author credit in tact.