Removing the CSS would make the form not so nice looking, and removing the script would break some core features like dropdowns and checkboxes and fields validations...etc
Why do you need to remove that ?
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Hi Max,
I want to use custom html and custom validations.
My form worked on CF5. But I can't move to CF7.
Regards
Masatoshi
Custom HTML and custom validations ? then why do you even need to use ChronoForms ? you can add your code to the page directly!
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Hi Simone,
You can use Custom CSS to override the default ChronoForms settings and change the text Color to white.
Bob
That can be quit a lot of work.
I edited the corefile
/plugins/system/chronog3_plg/chronog3/helpers/semantic.php
line 127 change
return $css_content;
to
if (\GApp3::instance()->site == 'admin') {
return $css_content;
}
the css in the admin stays intact that way.
Keep in mind this will probably be overruled while updating chronoforms in future releases.
This should be an on/off button in the backend per form to be honest. It once was. Why it was removed i still don't understand.