It's possible to create an article using chronoform 6?
It could be a way to write the fields directly to database in #____.content?
Thanks for help
It could be a way to write the fields directly to database in #____.content?
Thanks for help
Hi Vismay,
There is no Joomla! Article action yet but you should be able to use a Custom Code action (to create all the necessary extra data) and a DB Save action to add a record to the #__content table.
Bob
There is no Joomla! Article action yet but you should be able to use a Custom Code action (to create all the necessary extra data) and a DB Save action to add a record to the #__content table.
Bob
I will try.
If I use the CC6 plugin inside an article, would I be able to "read" the alias of this article and set it as data in my form?
If I use the CC6 plugin inside an article, would I be able to "read" the alias of this article and set it as data in my form?
Hi vismay,
You can use a "Read data" action to get the page id and read the article info from the content table then use that info in your connection.
Best regards,
Max
You can use a "Read data" action to get the page id and read the article info from the content table then use that info in your connection.
Best regards,
Max
This topic is locked and no more replies can be posted.