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.
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.
hi bob,
is there an extra download for the plugin? i dont find it in backend.
is there an extra download for the plugin? i dont find it in backend.
ok, i installed it.
but it doesn´t work.
http://www.webseitenshop24.de/index.php/bestellung
the name is correct and the plugin is activated 😟
but it doesn´t work.
http://www.webseitenshop24.de/index.php/bestellung
the name is correct and the plugin is activated 😟
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
Bob
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
hey bob,
thanks. but i´ve got a new error.
The form is published and the name is correct.. 😲 😲 🤨
thanks. but i´ve got a new error.
The form is published and the name is correct.. 😲 😲 🤨
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..
Hi redhat99,
Well there is no longer a form called new_order but there does appear to be one called bestellung.
Bob
Well there is no longer a form called new_order but there does appear to be one called bestellung.
Bob
i changed the name.
but in content i also have {chronoforms}bestellung{/chronoforms}.
is the old one in cache?!
but in content i also have {chronoforms}bestellung{/chronoforms}.
is the old one in cache?!
This topic is locked and no more replies can be posted.