Hi,
Is there already someone how build a code for chronoform to add a item in K2
Is there already someone how build a code for chronoform to add a item in K2
would that not be a beautiful future for the next version, integration with K2
You can show chronoforms on k2 item via chronoforms plugin by inserting this:
{chronoforms}YourFormName{/chronoforms}.
I did it with extra field and it's working fine!
{chronoforms}YourFormName{/chronoforms}.
I did it with extra field and it's working fine!
You can show chronoforms on k2 item via chronoforms plugin by inserting this:
{chronoforms}YourFormName{/chronoforms}.
I did it with extra field and it's working fine!
How did you do this?
Can you please make a simple tutorial for this? Because I'm very new to K2.
Thanks.
activate the use of joomla plugins in k2 items and parameters and that's all.
If you activate the joomla plugins , chronoforms plugin will act and show your form.
There is no need of special intégration...
If you want to add a k2 item, take a look at the fields of the #k2_item table, and fill it with fields of your form.....
It s the same as adding a virtuemart product from a form.. The fields in your form should correspond to the fields of the table.....
and add the action db save at the end of your form.....
If you activate the joomla plugins , chronoforms plugin will act and show your form.
There is no need of special intégration...
If you want to add a k2 item, take a look at the fields of the #k2_item table, and fill it with fields of your form.....
It s the same as adding a virtuemart product from a form.. The fields in your form should correspond to the fields of the table.....
and add the action db save at the end of your form.....
Or you can add a position in item.php file and assign to that position the crhonoform module try visiting that link http://getk2.org/community/English-K2-Community/179921-SOLVED-Add-a-Module-position-to-K2-Template-do-it-better
if you have enabled the joomla plugins in k2
you just have to use {loadposition [position]} to do this. use a unexisting position to publish your module.
You can publish modules the same way as in joomla articles....
you just have to use {loadposition [position]} to do this. use a unexisting position to publish your module.
You can publish modules the same way as in joomla articles....
This topic is locked and no more replies can be posted.