Hello,
Sory if the answer is somewhere in the forum, I didn't find anything...
Is it a way to:
- save user id with form submission ==> I guess yes, I will find it...
- allow user to see their previous submissions, for example with a kind table...
I meen the forms they have previously submitted when logged in
- (better) see only data from one form, or see all
- (even better) allow user to download files they have submitted
- (icing on the cake) allow user to update their submissions
That will be so fine...
Thank you
Sory if the answer is somewhere in the forum, I didn't find anything...
Is it a way to:
- save user id with form submission ==> I guess yes, I will find it...
- allow user to see their previous submissions, for example with a kind table...
I meen the forms they have previously submitted when logged in
- (better) see only data from one form, or see all
- (even better) allow user to download files they have submitted
- (icing on the cake) allow user to update their submissions
That will be so fine...
Thank you
Hi dolly2,
a) If you create the table with ChronoForms, or add a 'created_by' column then ChronoForms will add the current user id to that column.
b) You can do this with ChronoConnectivity the sister component for creating lists
c) Yes you can filter the lists.
d) Yes you can add links to downloaded files provided that you have saved the info into a database table
e) Yes you can add an Edit link and update the data.
Bob
a) If you create the table with ChronoForms, or add a 'created_by' column then ChronoForms will add the current user id to that column.
b) You can do this with ChronoConnectivity the sister component for creating lists
c) Yes you can filter the lists.
d) Yes you can add links to downloaded files provided that you have saved the info into a database table
e) Yes you can add an Edit link and update the data.
Bob
This topic is locked and no more replies can be posted.