by default wix automation has only these options.
I want to add/sync address input too. Is there any workaround for this? Or any code sample?
by default wix automation has only these options.
I want to add/sync address input too. Is there any workaround for this? Or any code sample?
It seems like you have a Wix Form with a set of fields that you would like to save in Contacts after a submission. Is this correct?
If so there are some ways to accomplish this:
Design a Wix Form with a Address Field. Use onWixFormSubmitted() in combination with appendOrCreateContact() to capture the submission event and add them to the Contact List using the Wix CRM API
Using the drag and drop editor you can add a address field to a Wix Form and if you click Form Settings > Contacts > Choose Fields you’ll see options for saving each Form Field as a Contact Field
Learn more and see alternative methods to setup this automation here
I am creating a custom form using input fields and dataset.