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
3
votes
0 answers

Is there any way to catch keypress events in mobile browser keyboard?

I built a filter functionality for a list of banks. It works fine in desktop: When the user puts in any name, the keypress event occurs and later it call the filter() function. However, it does not work on mobile, since no keypress event is…
ankitkaushiks
  • 119
  • 1
  • 3
3
votes
1 answer

How can I make number counter to count multiple elements in Wix Velo

I'm making a website on Wix and it has Velo which works like javascript (I don't understand much in coding) I was trying to do a number counter which counts from 0 to a given number and I did it, but I need 4 different counters not sure how to do it…
shako
  • 31
  • 1
3
votes
0 answers

Why does intro.js give me a "document is not defined" error?

I am trying to get the intro.js (https://introjs.com) javascript code to work on my Wix.com website, but I cannot get it to work. I have the css file written into the header as described. I have installed the npm package using their "velo" developer…
3
votes
1 answer

Using same domain name for Firebase Dynamic Link and Wix website

I already have a website in Wix that uses a domain that I owned (e.g www.abc.com). At the same time, I wanted to use Firebase Dynamic Link. Is it possible for me to continue to host my website in Wix using the domain and use Firebase Dynamic Link…
Calvin
  • 321
  • 2
  • 16
3
votes
1 answer

Connect custom element to dataset in wix & corvid

Is there a way of using a dataset query inside of a custom element. On the support page (https://support.wix.com/en/article/custom-element-faqs) its says the following: 'Can I Connect Custom Elements to Data in a Collection? Yes, you can connect…
James Baker
  • 113
  • 1
  • 6
3
votes
1 answer

What is the basic concept used to verify emails on websites?

Problem: I'm trying to build a website on Wix.com and one of my features is email verification. Background: My current process is that the user registers which takes them to www.abc.com/example?id=12345 where 12345 is the random number generated by…
Oliver Nicholls
  • 176
  • 2
  • 15
3
votes
3 answers

HTML IFrame not allowed to download file

im trying to download a file that constructs itself based on the value it recives. This is my code