How to save a Wix Form Collection CMS dataset to Contacts

I have form data saved through the CMS datasets but is there any way I could save this information to members’ contacts so all the form information is consolidated to each account?

Try Velo my friend
https://dev.wix.com/docs/velo/api-reference/wix-crm-backend/contacts/append-or-create-contact
try it on Page code or Data hook from your CMS. Have fun with coding!

1 Like

Hello, mc3038020184! The method I recommend is to create a new collection and write the form data into it. Then, as reference data, you can link each row using a key like memberId from the contacts collection. This way, you can create a collection that associates contact data with form data. However, to implement this method, it might be beneficial to have knowledge of Velo, as Tinh_Hoa mentioned.

1 Like