Hello everyone,
I want to create a form on a wix website that sends the data to a collection of another wix site. Anyone interested in helping me out (i.e. export/import).
Just don’t know how to write the code.
Appreciate it team!
Mark
Hello everyone,
I want to create a form on a wix website that sends the data to a collection of another wix site. Anyone interested in helping me out (i.e. export/import).
Just don’t know how to write the code.
Appreciate it team!
Mark
Hi Mark,
you will need to write some code to make it work as wix database collections are seperated and can not be shared across different websites, but basically it means the following steps:
on the submit button of your form, retrieve the form data and send it using wix-fetch to an http function on your other website. there use wix-data to insert the data to one of your collections
good luck!
Shlomi