Is it possible to pass data to a chrono form via plugin
e.g {chronoforms8}form-name?ytid=xxxxx{/chronoforms8}
or is it possible for a chrono form that is placed in content using the plgin to read a custom field value from the artical
Is it possible to pass data to a chrono form via plugin
e.g {chronoforms8}form-name?ytid=xxxxx{/chronoforms8}
or is it possible for a chrono form that is placed in content using the plgin to read a custom field value from the artical
Hi jamesconwayexp386
You can get the article's id, but you need to download the Chronoforms8 plugin again and install it over yours, just the Joomla plugin, as it has been updated
After the update, you will be able to get the article's id using {data:article_id} OR in PHP:
$this->data("article_id")