Hi,
I want to use Chrono Connectivity to edit form data, and I can set this up easily enough.
However my workflow is as follows:
1. Logged-In User Clicks on a Main Menu item that says "Edit your Details"
2. The form table opens up from Chrono Connectivity
3. I have set the {edit} record in the table, so the User clicks on this to enter the Data-Edit stage.
Is it possible to make the link in Step #3 as the direct link from the main Joomla menu?
At the moment there are two steps to get to the Data Entry Stage - ultimately I want to reduce this down to one step to help with usability.
The record that will be called for editing will always be based on a User ID query, for example:
SELECT * from jos_users WHERE User_ID = "variable_user_id"
I guess I am looking to pass this query from a main menu item without firstly having to go into the Chrono Connectivity result.
Is this possible in Chrono Connectivity?
Thanks,
Brendan
I want to use Chrono Connectivity to edit form data, and I can set this up easily enough.
However my workflow is as follows:
1. Logged-In User Clicks on a Main Menu item that says "Edit your Details"
2. The form table opens up from Chrono Connectivity
3. I have set the {edit} record in the table, so the User clicks on this to enter the Data-Edit stage.
Is it possible to make the link in Step #3 as the direct link from the main Joomla menu?
At the moment there are two steps to get to the Data Entry Stage - ultimately I want to reduce this down to one step to help with usability.
The record that will be called for editing will always be based on a User ID query, for example:
SELECT * from jos_users WHERE User_ID = "variable_user_id"
I guess I am looking to pass this query from a main menu item without firstly having to go into the Chrono Connectivity result.
Is this possible in Chrono Connectivity?
Thanks,
Brendan