Load CF { module } into plain php

sortby 19 Nov, 2015
Hello,
I-m trying to call a form via short/tags into a Joomla page *K2Itempage*
...inside the K2 and Joomla article is loaded correctly
but If I put as plain php on a template override in some position *that are not content/article/ it doesen-t displays.
May I have failed the syntax....please review my very basic code
<?php echo {chronoforms5}nameofform{/chronoforms5} ; ?>



Many thanks for your support.
GreyHead 19 Nov, 2015
Hi sortby,

The Plug-in short-code will only work if it is in a component.that supports Joomla! Content plug-ins

Bob
sortby 19 Nov, 2015
Thanks Bob,
yes the component /K2/ supports chronoform and joomla plugin, as I-m using in many k2 article with shortags.
I-m facing problems only out of contents display ....both joomla or K2.... into articles works great....
there is a direct way to call the form from php or I need to include some CF@required files

thanks for you help!
GreyHead 19 Nov, 2015
Hi sortby,

ChronoForms relies on the GCore framework and some parts of the Joomla framework so basically those have to be accessible to the code that loads the page. Can you put the form in an iFrame?

I'm really not very clear what you are trying to do here?

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