Exporting member data & generating personalized PDFs in Wix Studio

Hello everyone,

My client has some specific wishes regarding the member area of his new website. I have two questions regarding Wix Studio:

Exporting member data (CSV file):
How can I limit which fields are included in the export?
I would like to export a list that only contains the following fields: First Name, Last Name, Phone Number, and Email Address.

Generating personalized PDF documents:
Is it possible in Wix Studio to automatically generate a PDF with a waiver form for each member, including their personal details, so that each member can simply print and sign it? Or even that the website owner can print them already personalized for every member?
(Something similar to how a classic mail merge document works.)

Thank you very much for your help!

Best regards, Linda

Task Wix Built-in Support Custom Code Needed Best Method
Exporting selected member fields :cross_mark: No :white_check_mark: Yes Velo backend query + CSV generation
Generating personalized PDFs :cross_mark: No :white_check_mark: Yes pdf-lib or external PDF API

This beeing said, even if Wix do not provide you the options you need → you still are possible to go the PROGRAMMING-WAY and generate your own custom PROCESS-FLOW (using some generated CODE).

Since you are working on sensitive data → you should consider to work mostly on BACKEND.

1 Like

Thank you very much for your reply :raising_hands: . This is good to know.