Downloading personalised pdfs

I have a client who would like to have their customers be able to download customised pdfs (name, business name, address etc is already entered). I believe corvid can pull the data from a database but how do we automate the pdf to be edited before download? The below instructions were provided to her by an app developer:
Appreciate your help!

I have discussed the issue with our team’s panel and did some research just to help you out. The solution that we’ve been thinking about is as follows:

*We, user, approaches from the Wix site, a query string with his username can be passed in the URL for example * https://www.3dlifevision.com/?userid=65

Once the user reaches the application, he’s asked to enter the password, a popup can be displayed. Once the password is entered, an external database that contains usernames and passwords of Wix users ) integrated with the Wix site can verify if the password is correct or not.

If it is verified, the user gets into the app and generates the PDF otherwise an error message can be displayed.

*Here’s an article by wix that may aid in implementation: * https://support.wix.com/en/article/corvid-working-with-external-database-collections

2 Likes