Chronoforms V5 won't show any forms on frontend

ChronoForms V5 forms not displaying on the frontend.

Overview

The issue is caused by a CSS rule that hides all ChronoForms elements.
Override the CSS rule in your template's custom stylesheet to change the display property.

Answered
de desertdiana 15 Sep, 2016
Hi,

Working with Joomla 2.5 and a Rockettheme template
Chronoforms V5

I have tried to view the demo forms and one I created on the frontend all blank. For the one I created, I do have the show html and added it to a menu item. Still blank.....

http://www.standupgirlfoundation.org/pp-donate-c5

Any suggestions?

Thank you,

Diana
de desertdiana 15 Sep, 2016
Answer
Found it!!! Forms are showing now...........

Look for this css
.chronoform {
  display: none;
}


And change to display: block !important;
Gr GreyHead 16 Sep, 2016
Hi Diana,

That CSS has been added in a few sites as it hides the ChronoForms v4 strap-line in the free version; in CFv5 though it hides the form (but not the strap-line).

Bob
de desertdiana 16 Sep, 2016
Hi Bob,

So adding the changed ccs to my custom styles, is that all that I needed to do?

Thank you,

Diana
Gr GreyHead 17 Sep, 2016
Hi Diana,

Probably, it depends on where the original display: none CSS is and whether you still need that?

Bob
de desertdiana 17 Sep, 2016
Thank you Bob,

The template I use has a custom css override that I put the changed code into.

Cheers!

Diana
This topic is locked and no more replies can be posted.