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
2
votes
1 answer

Getting Error in Web Demo during Integration

I am getting the error 'Sorry, it seemed like there was an error during request.' Dialogflow Error I tested the chatbot but I am getting the error. Should I make any changes in settings? Don't know what should I do. Actually I want to integrate…
2
votes
1 answer

Redirect deep links with changing values to homepage in wix

I want to redirect a deep link like this: https://www.mywixsite.com/lessons/{id} to my wix site homepage (not in the error page where it redirects now). The id value in the url is different every time, as the deep link changes. How can I achieve…
sTgmR
  • 43
  • 2
2
votes
1 answer

Wix currentMember.getMember() returning undefined

I have a custom Wix profile page (made with Velo) that displays the user's information. To get that information, I have to query a database, and to query that database I have to get the currently logged in user's login email address. Fortunately,…
SMO_Team
  • 31
  • 4
2
votes
0 answers

How to keep the same link for a file on Wix

I've a client who have an website created with Wix. And we work together to implement a qrcode link who redirect on a file in the website. It's for restaurant menus. But we have a problem, when he make an uppgrade of the file, Wix generate a new…
Teo LAULY
  • 21
  • 1
2
votes
0 answers

Implementing wix animation in dev mode

I'm trying to create a menu for a Wix website. It's supposed to slide in from the right when the user clicks on the hamburger icon and slide out from the left when the user clicks on the X. Here is my code so far: // #verticalMenu1 is the menu,…
2
votes
2 answers

Not able to change value of Global var from inside function

I tried using this solution but it didn't work for me. In my case I am trying to save a variable using 1 function and call it from another var postalcode = "code didn't change"; export function save_postal_code(code) { var localcode = code …
a43nigam
  • 190
  • 1
  • 10
2
votes
1 answer

wix - onClick() color change for button

really new to everything related to coding. I have a project in uni where we need to create a website in wix for a store. I intended to have a menu with green buttons and for the button color to change when clicked (e.g: going from page a to page b,…
Annie
  • 21
  • 2
2
votes
2 answers

Autofill state and city based on zip code input using Sepomex API

I am trying to autofill city and state fields based on zip code input using sepomex API (for Mexico), on a site in corvid by wix, which is based on javascript but I think there is something wrong in the line…
jorge
  • 31
  • 4
2
votes
1 answer

how to show the version number when we hover on the .msi file using WIX

When the mouse hovers over the .msi file, a tooltip should popup that shows the version of the application: I want to display version number within this description box so what can I add in my code so that I got this version number in this box when…
Gaurav
  • 83
  • 2
2
votes
1 answer

loop through array in javascript for wixsite

I am trying to get the effect of a "revolving door" of words coming on to my wixsite, only to be replaced by the next word. I am thinking the way to do this is to have an array in javascript of the words I want to come on, and then loop through that…
elm774
  • 41
  • 5
2
votes
2 answers

Stripe error the customer has not entered their payment method on wix website

I am integrating stripe payment gateway on wix website. Below are the steps i followed to integrate the payment. Login to wix website dashboard. From left sidebar -> payment methods From payments screen, i added stripe. On checkout page it is…
Aamir Ali
  • 171
  • 3
  • 11
2
votes
0 answers

Facebook Comment Plugin keeps refreshing and not working on Safari

Our website is a Wix website which has a Facebook Comment Plugin. But recently we found that the FB comment plugin is not working properly on Safari 13. It keeps flickering and refreshing when you try to comment. However it works perfectly on…
2
votes
1 answer

WIX page UTM_SOURCE

How can I add UTM_SOURCE to my WIX page. I have a WIX page and am running multiple facebook campaigns and google adwords, that direct customers to that page. I send myself an email with the form information entered on that page. I would like to add…
AD99
  • 23
  • 5
2
votes
1 answer

How do I keep secret API keys on a Wix Corvid site?

I have a Wix site with Corvid (aka "Dev mode") enabled. My backend code uses some API keys to connect to Twilio. I use local mode to edit my code, and I check it into git. For obvious security reasons, I want to keep the API key out of my code. The…
Jonathan Perry
  • 2,953
  • 2
  • 44
  • 51
2
votes
1 answer

Share session between ReactJS and WIX web application on different servers

I need to share session between two web applications on different servers. My main web application is developed on ReactJS and some eCommerce stuff is developed on WIX. So, how can I use same session for both domains. I read lot of blogs and…
Umar
  • 261
  • 2
  • 9
1 2
3
49 50