It took me quite a while to figure out how everything works, but I finally have a form with checkboxes of which the data gets written in the database. I also managed to retrieve that record with ChronoConnectivity and I can update it.
What I'd like to do is present the form to a registered and logged in user. Until the form gets filled and a record is created in the DB for this user the Chronoform form should be shown. Once a record is created for this user the data should be retrieved and presented for update (ChronoConnectivity).
How do I do that? Any help is very much appreciated!
What I'd like to do is present the form to a registered and logged in user. Until the form gets filled and a record is created in the DB for this user the Chronoform form should be shown. Once a record is created for this user the data should be retrieved and presented for update (ChronoConnectivity).
How do I do that? Any help is very much appreciated!
Hi AnnDH,
In the Header box for the listing you can add a code snippet to get the User ID, if there's no ID redirect; then check if they have data stored, if not redirect to the form; otherwise show the listing.
Bob
In the Header box for the listing you can add a code snippet to get the User ID, if there's no ID redirect; then check if they have data stored, if not redirect to the form; otherwise show the listing.
Bob
This topic is locked and no more replies can be posted.