Forums

Chronoforms V5 won't show any forms on frontend

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
desertdiana 15 Sep, 2016
Answer
Found it!!! Forms are showing now...........

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


And change to display: block !important;
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
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
GreyHead 17 Sep, 2016
Hi Diana,

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

Bob
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.