Embedding forms in PHP-generated HTML code

adop 27 May, 2012
Hi Bob,

I'm trying to embed a form in some PHP code generating an HTML view. I have tried to use
.'{chronoforms}MyForm{/chronoforms}'
while building an HTML string but it does not get processed.
So I guess that this type of code is only embedable in articles.
What is the best way to embed a form in PHP code then? would it be an iFrame only or there are some alternatives?

Thanks,
adop
GreyHead 28 May, 2012
Hi adop,

You can't usually embed Joomla! plug-in links in PHP. The plug-in links are designed to be read by Joomla! when it is building the page content. If the extension you are using accepts Joomla! plug-ins then it may be possible; otherwise probably not.

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