After I installed and created a new form, when I go to the page with the form I receive the next error:
Form not found or is not published
Y installed Chronoform v5 plug-in & it's enable; at the page I call to the form: {chronoforms5}forma_contacto{/chronoforms5}; finally, my form name is forma_contacto and it is published; so I don't know where is the error.
I used to have Chronoforms 4 but I installed version 5 and now there are 2 chronoforms at my joomla; I disabled Chronoforms 4 and worked with Version 5.
Form not found or is not published
Y installed Chronoform v5 plug-in & it's enable; at the page I call to the form: {chronoforms5}forma_contacto{/chronoforms5}; finally, my form name is forma_contacto and it is published; so I don't know where is the error.
I used to have Chronoforms 4 but I installed version 5 and now there are 2 chronoforms at my joomla; I disabled Chronoforms 4 and worked with Version 5.
After checking again the form, now I don't have the error.. but the form doesn't display...
If I look at the code, I can see the html of the form but the form itself is like "invisible"
http://2014.ctn.mx/index.php/contacto
If I look at the code, I can see the html of the form but the form itself is like "invisible"
http://2014.ctn.mx/index.php/contacto
This css code line in your template makes the form hidden:
If you simply want to hide the link then it has a new CSS class now!
Regards,
Max
.chronoform {display:none;}
If you simply want to hide the link then it has a new CSS class now!
Regards,
Max
This topic is locked and no more replies can be posted.