Chronoform add item to K2

ocean 13 Mar, 2012
Hi,

Is there already someone how build a code for chronoform to add a item in K2
GreyHead 13 Mar, 2012
Hi ocaean,

Sorry, I don't know how to do this :-(

Bob
ocean 13 Mar, 2012
would that not be a beautiful future for the next version, integration with K2
GreyHead 15 Mar, 2012
Hi ocean,

As I'm not a K2 user it has limited appeal . . . :-(

Bob
klox7 10 Sep, 2013
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!
ocean 10 Sep, 2013
thanks
persmash 30 Sep, 2013

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.
informaticien51 19 Mar, 2014
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.....
tiesgr 19 Mar, 2014
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
informaticien51 19 Mar, 2014
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....
This topic is locked and no more replies can be posted.