How to remove or reduce This form was created by ChronoForms

Remove or reduce the "This form was created by ChronoForms" message.

Overview

The message appears as a visible HTML element, often an h3 tag, within forms generated by CF.
Hide the message by adding a CSS rule targeting the specific element, such as the h3 within the form, to your theme's CSS file or directly within the form's CSS view.

Answered
ChronoForms v7
sy sylwekb 27 Apr, 2023
Hallo
How to remove or reduce This form was created by ChronoForms 7 ?
Max_admin Max_admin 27 Apr, 2023
Answer
with CSS, add the following css code to hide it:

a[href*="www.chronoengine.com"]{display:none;}

or purchase a subscription and validate your Chronoforms install
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
sy sylwekb 27 Apr, 2023
‎This code add to file user.css theme Cassiopeia? It doesn't work for me.
/media/templates/site/cassiopeia/css/user.css

In the page code, this snippet looks like below. I have a tag form inserted into the article.
<h3>This form was created by ChronoForms</h3>
Max_admin Max_admin 29 Apr, 2023
maybe this should work then:
form.ui.form > h3{display:none;}


you can put this code in your theme css or in a CSS view inside the form itself!
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
This topic is locked and no more replies can be posted.