Hello, I need to have an article that display the data I collect via a form and
I need to have a different article for each different input.
Is it possible? I haven't found anything on the documentation.
I need to have a different article for each different input.
Is it possible? I haven't found anything on the documentation.
Hi 0100101,
CFv5 has an action that will let you create an article from the form input.
As far as I can see there is no equivalent in CFv6 yet - you would need to use DB Save actions, or Custom Code actions to update the #__content table directly or to call the Joomla classes to build an article.
Bob
CFv5 has an action that will let you create an article from the form input.
As far as I can see there is no equivalent in CFv6 yet - you would need to use DB Save actions, or Custom Code actions to update the #__content table directly or to call the Joomla classes to build an article.
Bob
Hi,
A Joomla article action is in development, you can send me a message using the contact page to get an early patch file.
Best regards,
Max
A Joomla article action is in development, you can send me a message using the contact page to get an early patch file.
Best regards,
Max
I am looking for the same... I wish to create an article using the form data submitted.
Hi mkenya,
This is on the todo list already.
Best regards,
Max
This is on the todo list already.
Best regards,
Max
Actually i think I use this for a while in chrono 6. You mean, you have a form on your website and after sending it, you have an article?
savedata block
give up your database settings
savedata block
give up your database settings
title:{data:_naam} {data:_voornaam}
introtext:{data:_burgerlijkeStand} {data:_naamPartner} <br> Geboren op {data:_geboortedatum} te {data:_geboorteplaats} <br> Overleden op {data:_datumoverlijden} te {data:_plaatsoverlijden} <br>{data:_meerInfo} <hr>
language:*
state: {data:_meteenpubliceren}
catid: {data:_provincie}
access:1
created:{date:Y-m-d H:i:s}
This topic is locked and no more replies can be posted.