How to put the Form into content?

redhat99 28 Apr, 2011
Hello I want to put a form directly into the contentpage..
If I take the HTML Code from the Form the form is there. But if I click on submit, nothing happens..

I don´t want to link directly to the form. How can I do that?

Thank you Guys.
GreyHead 28 Apr, 2011
Hi redhat99,

Use the ChronoForms plug-in - that's what it does.

Bob
redhat99 29 Apr, 2011
hi bob,

is there an extra download for the plugin? i dont find it in backend.
GreyHead 29 Apr, 2011
Hi redhat99,

Yes, from the Downloads area here.

Bob
redhat99 29 Apr, 2011
that ? ChronoComments 1.2 plugin.zip

does it work on joomla 1.6?
GreyHead 29 Apr, 2011
Hi redhat,

You'll find that the ChronoForms plug-in works better.

Bob
GreyHead 29 Apr, 2011
Hi redhat99,

Interesting - it's working OK on my test site here.

Please try editing the file in the error message and adding this code just before line 16
function plgContentChronoforms($context, &$row, &$params, $page=0){
	$plugin =& JPluginHelper::getPlugin('content', 'chronoforms');
        jimport( 'joomla.html.parameter' ); // <-- add this line
	$pluginParams = new JParameter($plugin->params);

Bob
redhat99 29 Apr, 2011
hey bob,

thanks. but i´ve got a new error.
The form is published and the name is correct.. 😲 😲 🤨
GreyHead 30 Apr, 2011
Hi redhat99,

And the new error is . . . .?

Bob
redhat99 30 Apr, 2011

There is no form with this name or may be the form is unpublished, Please check the form and the url and the form management.



bute the form is published and the name is also correct..
GreyHead 30 Apr, 2011
Hi redhat99,

Well there is no longer a form called new_order but there does appear to be one called bestellung.

Bob
redhat99 30 Apr, 2011
i changed the name.
but in content i also have {chronoforms}bestellung{/chronoforms}.

is the old one in cache?!
GreyHead 30 Apr, 2011
Hi redhat99,

Possibly, clear the cache to check.

Bob
redhat99 01 May, 2011
nothing changed😟 i dont know :? :?
This topic is locked and no more replies can be posted.