After update Joomla don't work

Display a ChronoForms form after a Joomla update.

Overview

The form is hidden by template CSS, and the plugin code in the article contains incorrect HTML span tags.
Edit the template CSS to remove the hiding rule and ensure the plugin code in the article uses simple div tags without embedded styling. Also, verify the form has a Load Captcha action in its On Load event.

Answered
te temerario 18 May, 2016
Hi,
excuse for my english.

I update Joomla from 2.5.28 to 3.5.1.

The component didn't work.

So i unistall and reinstall the CF5, import the form from 4 to 5 with experimental.
Put the code plugins in the article.
Didn't work. The page is empty.

So i unistall CF5 and install CF4, import but don't work.

Now i reinstall the CF5 and create from 0 the form but in the page i see

{chronoforms5}Contattaci{/chronoforms5}

You can see in this link
http://www.i-3dprofessional.it/contattaci.html
if i go with this link is empty
http://www.i-3dprofessional.it/index.php?option=com_chronoforms5&chronoform=Contattaci

The plugins is active.

Why all this problem😟 You can help me? This not is the first site with CF.

Best regards
Gr GreyHead 18 May, 2016
Answer
Hi temerario,

Your form is there but is hidden by your template CSS - if you edit that it should be OK. Usually the line is added to hide the ChronoForms strap-line without buying a license.

Bob
te temerario 18 May, 2016
But why in the content don't work?

http://www.i-3dprofessional.it/contattaci.html
Gr GreyHead 18 May, 2016
Hi temerario,

The plug-in doesn't work because the text you have in the article is
<p>{<span style="color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 13px; line-height: 18px;">chronoforms5</span>}Contattaci{/<span style="color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 13px; line-height: 18px;">chronoforms5</span>}</p>
what you actually need is
<div>{chronoforms5}Contattaci{/chronoforms5}</div>


If the Captcha Image isn't displaying that may be because there is no Load Captcha action in the form On Load event.

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