HTML value save in wix data collection

Hi guys, I need help.
I have set my google API using HTML on wix. I want to save the da


ta into wix database. How Can I do that?

See the article Working with the HTML Element in Corvid for details on how to embed and use HTML code on a Wix site page.

A more secure way to handle web service requests is by using backend (server-side) code. Using backend code you can secure your passwords, API keys, and other secret information. The article Accessing 3rd Party Services explains how this is done. I recommend checking with the service provider to see if they provide a REST interface.

To use the Google Places API in the backend, this example might be useful for your purposes:

Using the Places API from Google Map Services

Demonstrates geolocation queries using the Google Maps Places API web services. The queries are performed in backend (server-side) web modules.

Hi Yisrael,

Thanks for replying. I have looked into this 2 website multiple times but still failed.I have got a html code which using google map API. Can you help me set up a code according to my html code and save the data into my wix data base/collection?

My HTML code :

www.W3docs.com input { height: 30px; padding-left: 20px; border-radius: 10px; border: 2px solid rgb(186, 178, 178); box-shadow: 0px 0px 12px #EFEFEF; }

Adding code to an HTML component is not a part of the Corvid product (which is what this forum is about). The basics of an HTML component is to put any HTML code in it. That code can be copied from Facebook, Google, or anywhere else (including writing your own code), but you need to know the exact code to put there (which is not related to Corvid)… We can’t really help with that. You will need to check with the service provider to find out how to get it work.

See the article Working with the HTML Element in Corvid and the HtmlComponent API for details.

Here are a couple of examples that demonstrate how to use an HtmlComponent:
Example: Fullscreen with HtmlComponent
Example: Multiple Markers Google Maps