GetResponse form info to WIX database

Hello, I have been searching the internet but I have not found any information that will help me. I need to incorporate the information that my users enter through a GetResponse form into the WIX database. I have clear that it has to be through the API and I think that with Zapier it could be done. The problem is that I have no idea where to start. It is not programmed but I learn fast. I hope you can clarify if you can, and if so, please explain how to start.

1 Like

Hi Eduardo,

You’ll excuse me if I tell you that I’m not quite sure what you’re trying to accomplish. Since I’m not familiar with Zapier, I’ll just outline a couple approaches - hopefully one will be suitable for your needs.

One way is to access the 3rd party service (Zapier) directly using wix-fetch . Take a look at the article Accessing 3rd Party Services for a practical discussion on this subject.

The other option would be that you get a chunk of HTML code from the 3rd party service that would typically be embedded in the web page or an iFrame. Using WixCode, you can embed this same HTML code in a $w.HtmlComponent which is a sort of Wixian iFrame. You can learn how this is done in the article Working with the HTML Component in Wix Code .

This material should help you decide the best direction to take.

Have fun,

Yisrael