URL and / or URL parameters input from Frontend
Hi,
I created a form after the demo "Dynamic actions" in the backend.
In "Views" is in "URL and / or URL parameters"
id = {var: articles_list.row.Article.id}
This brings me to the "article_form_fields" to edit the data.
The form I have now but with the plugin in a post page in the frontend.
"... option index.php? = Com_content & view = article & layout = edit & id = 13"
How can I synonymous of the front end CC6 form
reach "id = {var: articles_list.row.Article.id}"?
Or do I have to create a new edit form for it with CF6 in the frontend?
many Greetings
F.
I created a form after the demo "Dynamic actions" in the backend.
In "Views" is in "URL and / or URL parameters"
id = {var: articles_list.row.Article.id}
This brings me to the "article_form_fields" to edit the data.
The form I have now but with the plugin in a post page in the frontend.
"... option index.php? = Com_content & view = article & layout = edit & id = 13"
How can I synonymous of the front end CC6 form
reach "id = {var: articles_list.row.Article.id}"?
Or do I have to create a new edit form for it with CF6 in the frontend?
many Greetings
F.
You'll have to rewrite that sorry I'm struggling to understand what it is you're trying to do.
Hi,
it's been dealt with.
I noticed that when a form, whether CC or CF, is inserted in a Joomla article, there are sometimes problems with the cache.
The changes in the form were not visible in the frontend.
I then had to change the alias of the form name and then save it again. After that, the changes worked.
Many Greetings
F.
it's been dealt with.
I noticed that when a form, whether CC or CF, is inserted in a Joomla article, there are sometimes problems with the cache.
The changes in the form were not visible in the frontend.
I then had to change the alias of the form name and then save it again. After that, the changes worked.
Many Greetings
F.
This topic is locked and no more replies can be posted.