Hi,
Is there any way to extend this function to include other Joomla fields - i.e. Meta Keywords?
Thanks!
Robert
Hi Robert,
Once the article has been created the new article ID is available in the $form->data[''] array (add Debugger action to see exactly where) so you can use that to update the record with other values. I think there is an example in the forums or FAQs of changing a Category like this.
Bob
What about for CFv5? I added a debugger on my form but it doesn't display any additional info about the Joomla article that was created, only the fields that were on the form when it was submitted.
Aha, thanks for the idea Bob! I bet I can add some extra parameters in case the title isn't unique. Order by publish date, limit 1, etc.