Questions tagged [velo]

Velo (formerly known as Corvid) is a full-stack development platform for rapidly building professional web applications on top of Wix.com sites.

Velo, formerly known as Corvid, is a full-stack development platform for rapidly building professional web applications on top of Wix.com sites. It is a serverless coding environment that features database collections, backend and frontend JavaScript code, custom forms and access to a variety of Wix APIs.

Velo Home and API Reference pages.

Examples

Velo enables you to add more dynamic features to your Wix site. Below are some examples of what you can do with Velo APIs + JavaScript. In each example, you can go directly to the Editor to view it as a template or copy/paste the code into your site.

See All Examples

API References

Velo APIs enable you to take control over your site’s functionality. You can use them to interact with page elements, site’s database content, and external services. The APIs also give you access to information about the site, its users, and more.

See the whole API Reference

Video Tutorials

Below are some step-by-step video tutorials on how to use different features of Velo and add more advanced functionality to your web application.

See all Video Tutorials

742 questions
-1
votes
1 answer

Retrofit request causes "TransactionTooLargeException"

I want to make an online store application but I don't have my own website, I tried to integrate Paypal gateway but I couldn't I always get Bad Request:/now I I am trying to integrate Wix REST Api with android using retrofit but I also get a bad…
moumenShobakey
  • 426
  • 5
  • 14
-1
votes
1 answer

How can I authorize/capture Paypal payments at a later date on Wix website?

I'm using Wix as an e-commerce solution and the way I understand it, I can only add code (not edit current code) to make specific changes to the site. The one change I want to make is to have the ability to authorize/capture PayPal payments at a…
Abb
  • 109
  • 13
-1
votes
1 answer

Sepparating wix image database through pages

Good morning, I am learning how to work on wix for a school project and i have a database with 148 rows. The database contains name(key), image, nickname and description. The database is being all loaded onto a single page through a repeater but 148…
Dimitri Putin
  • 29
  • 1
  • 7
-1
votes
2 answers

Looking for suggestions on web hosting solution (Wix, Squarespace, WordPress, for following

I want to host a clean, branded site that allows users to submit data which I will post process on some regular cadence and send custom emails based on data processing results. I can write code and have extensive experience with AWS, but am looking…
trinz
  • 11
  • 4
-1
votes
1 answer

How to fix parsing error: Unexpected Token ;?

I'm trying to set up a filter for my Wix website. I was following this code: https://www.youtube.com/watch?v=QhMKnm1f6EU But For some reason, I get an Error at the bottom. .contains("bedrooms", $w('#dropdown6').value .ge("bathrooms",…
-1
votes
2 answers

Getting Wix HTML element into iFrame variable

I have a wix webpage with an HTML element on the page. I need to get the text of that element into my iFrame that contains javascript. I'd like to store that text of the html element as a variable in my iFrame javascript. When I try the code below,…
-1
votes
1 answer

Link java script with the wix drop down box

I am new to Wix and in js Currently, I want to add the drop-down feature from there the user can select their country. One way to implement that by adding all country manually. But I found a js file which contains all the countries from this site…
Saad Zahoor
  • 138
  • 1
  • 9
-1
votes
1 answer

How to send a message in whatsApp by clicking on thebutton

I have a website made at https://www.wix.com and I need a js code to send message in whatsApp. There should be 'input' and 'submit button' and when user types his number in input and clicks submit button it should send the message to his whatsApp…
-1
votes
1 answer

Thank you URL is not loading outside the form iframe

I have embedded a form on my wix website - it looks like this: But the thank you page URL keeps loading inside the form frame. How can I force it…
Eirini Gia
  • 11
  • 2
-1
votes
1 answer

Wix Code filter not working

Im new to wix code. I created a simple database with a title field and some other fields as a test. I created a text edit box so i can type in a search text, and a grid object so i can see the results. I connect the grid to the data base and all the…
Nick Buck
  • 21
  • 8
-1
votes
2 answers

Wix doesn't work with BeautifulSoup

Why doesn't BeautifulSoup manage to download information from wix? I'm trying to use BeautifulSoup in order to download images from my website, while other sites do work (example of the code actually working) wix does not work... Is there anything I…
Lior shem
  • 31
  • 6
-1
votes
1 answer

Console.log this WIx Code function

How do i log this successfully please. When i print, it prints only the syntax and not the values. I would also want to display it as text. $w("#datePicker1").onChange( (onChange, $w) => { let chosenDate = new…
usmanelvis
  • 11
  • 4
-1
votes
1 answer

Google Maps HTML responsive for websites

I am building a website on wix.com and I added a map with google maps. My code is as follow: