The Chronoforms component allows to send a form to an email address.. but.. is it possible to record a filled up form as a post (article) in a predefined category post ?
Yes and no - that is a post about using the action in CFv4
If you create a form using the New form button (not the New Simple one). Then click the Setup tab and you will see the Joomla! article action in the Joomla! actions group. You can drag it from there into the form On Submit event and configure it.
Bob
ChronoForms technical support If you'd like to buy me a coffee or two, thank you very much
I've seen what you speak about. I've tried but the registered article is completely empty.. i mean no title and no content !! What could be wrong for me ?
The boxes in the Joomla! article action take the names of variables in the $form->data array. For the title this is probably a form input; for the intro-text and full-text you will probably want to either use text areas, or you can use Custom Code actions to build the text from several form inputs.
Bob
ChronoForms technical support If you'd like to buy me a coffee or two, thank you very much
The Chronoforms component allows to send a form to an email address.. but.. is it possible to record a filled up form as a post (article) in a predefined category post ?
Thanks for help.
Rgds
Yes, there is a Joomla! Article action you can use for that.
Bob
If you'd like to buy me a coffee or two, thank you very much
I've searched on internet but can't found it...
Is it the article you speak about ?
Yes and no - that is a post about using the action in CFv4
If you create a form using the New form button (not the New Simple one). Then click the Setup tab and you will see the Joomla! article action in the Joomla! actions group. You can drag it from there into the form On Submit event and configure it.
Bob
If you'd like to buy me a coffee or two, thank you very much
I've seen what you speak about. I've tried but the registered article is completely empty.. i mean no title and no content !!
What could be wrong for me ?
The boxes in the Joomla! article action take the names of variables in the $form->data array. For the title this is probably a form input; for the intro-text and full-text you will probably want to either use text areas, or you can use Custom Code actions to build the text from several form inputs.
Bob
If you'd like to buy me a coffee or two, thank you very much