Forums

Joomla 4 chronoforms table list hyperlink

Timoa 28 Dec, 2023
Hello,

I am using two template styles in Joomla 4: one for the frontpage without Joomla component layout and the second for all other pages with Joomla component layout. In Chronoforms 7, I have created a table list that includes a username link, which opens another Chronoform page displaying user details.

I have created a menu item (site-members) in Joomla 4 that points to that form. The form displays the table list correctly. However, when I click on the username link, I am redirected to the frontpage. I suspect this is happening because Chronoform is unable to find the component area to display user details.

The original link goes to the frontpage:
https://site.com/index.php?option=com_chronoforms7&chronoform=members&gpage=user_details&item_id=738&name=Joe%20Doe

When I modify the URL and insert the menu item alias, it works:
https://site.com/site-members?chronoform=members&gpage=user_details&item_id=738&name=Joe%20Doe

What changes do I need to make to get these links working on the Chronoform table list?

Thank You
Max_admin 29 Dec, 2023
if the link contains the item_id parameter & value and the link is parsed using the Joomla Route::_ function then it should point to the active menu item
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Timoa 30 Dec, 2023
Hi there

How to check if the CF7 table list hyperlink using a Joomla Route::_function? or how to add it?

Thank You
You need to login to be able to post a reply.