Hello. I set up a web page where users can submit Applications. When they submit it goes into a database that I have linked on Wix. I then want to be able to view each entry IN THE SAME FORM FORMAT (or similar) as to how it was collected and be able to print it. How do I view individual records from database in a page that has formatting?
Right click on the Data Collecton where all applications are and select Add Dynamic Page. Then you can design those item pages anyway you want and print using the browsers print function.
You must learn more about Dynamic Pages and how to create an index page and a single item page.
@andreas-kviby Hi Andreas, What I would really like is to capture a PDF of the application that has been completed and then have it sent both to myself and to applicant. Ideally this would happen seamlessly when the applicant pushes the submit button and the application is accepted. I know that there are APIs that have the capability to convert HTML into PDF. Is this something that can be integrated into the code of a dynamic page on WIX, and if so are there instructions on how to do so anywhere?