Hello,I am new to joomla and chronoforms.
I have chronoforms v8 installed and created a form (image1)
This form will be on page "A".Users with group "A" will be able to access and upload files.
The rest of the users on page "B" will be able to see the files that users "A" uploaded.
Questions:
1 - How do I publish the form on page "A"? I couldn't find the code to publish it.
2 - How can I implement that users on page "B" can see the files?
3 - Files are uploaded as you can see with "Month" and "Year". Is it possible on page "B" to select "Month" and "Year" and only show you the files that meet those parameters?
From already thank you very much!
Debug form
DebugData
Array ( [option] => com_chronoforms8 [action] => view [id] => 1 [osColorScheme] => light [atumSidebarState] => open [__test] => 1b6a491094fe98403061d56aefce2c0c [acc443781e1bf51b1d906a4896acc1e6] => 9044b3fbdb98e0aeaa5075a28665e8e1 )
Files
Array ( )
Vars
Array
(
[app_active_page] => 0
)
Info
Array ( )

you will need a custom database table to save the files names and upload date/time, you will do the save with the "Save Data" action, if you need a tool to create the database table itself then you can us ChronoMyAdmin extension
after that you need to list the records in the table, for that you can use the table view in another form, you connect the table view to your database table
I can prepare a tutorial for this process in the next day or two