top of page
Forum Posts
Eric
Oct 15, 2021
In Coding with Velo
Is it possible to have a horizontal scrolling repeater on Mobile version of the website?
1
0
21
Eric
Oct 15, 2021
In Coding with Velo
Is it possible to pin an element to screen on a mobile device? I would like to create a floating button.
0
3
61
Eric
Oct 13, 2021
In Coding with Velo
How do I refresh my repeater content on the page after a new record is submitted? I used the following code but the repeater is not refreshing with the new item. What am I doing wrong? export function appcreateButton_click(event) {
$w('#newappBox').hide();
$w('#newappButton2').show();
$w("#dataset1").refresh()
.then( () => {
console.log("Done refreshing the dataset");
} );
1
5
384
Eric
Jan 21, 2021
In Coding with Velo
Does anyone know of a way to scroll repeaters horizontally on a mobile phone? I can only find an option to scroll vertically.
2
2
271
Eric
May 28, 2020
In Coding with Velo
Any info on the new object and array field types located in the Corvid database? I haven't been able to find any documentation on them.
1
12
5k
Eric
Apr 01, 2020
In Coding with Velo
There is a great new example showcasing how to detect image labels. I cannot access the database in the example. How can we gain access? https://www.wix.com/corvid/example/detect-image-labels
0
1
27
Eric
Aug 26, 2019
In Coding with Velo
Anyone else always get this message on the Corvid main page
0
0
10
Eric
Jul 02, 2019
In Coding with Velo
@wix can you post an example of how you created this site showcased during the Cloud Next 19 conference.
0
0
25
Eric
Mar 19, 2019
In Coding with Velo
Is there a way to create and access Wix Invoices & Quotes directly from your site using Wix Code?
0
3
265
Eric
Dec 19, 2018
In Coding with Velo
I can no longer find the coming soon page on the wix code site?
0
1
21
Eric
Nov 30, 2018
In Coding with Velo
Is it possible to embed a collection form onto another or multiple websites?
0
1
20
Eric
Nov 07, 2018
In Coding with Velo
Hi Wix team, Any release date updates on the following: Additional Components: Address, Time Inputs, Toggles, Sliders, as well as Tags and Categories. Roles & Permissions - Take full control of what your users can see and do on your site. Define roles and set permissions for your users and contributors. Chat API's - Expose Wix Chat functionality as an API allowing you to integrate chat on your site using wix code. Contacts API's - Expose Wix Contacts as an API to create private and social pages
0
2
35
Eric
Oct 17, 2018
In Coding with Velo
Is there currently a way to access the guest lists from Wix Events and feed it to a repeater using wixcode? I have a client who would like to see all the ticket purchases. What is the best way to go about this?
0
2
110
Eric
Jul 12, 2018
In Coding with Velo
Has anyone found any good solutions with integrating calendar bookings with Wix Code? I am looking for basic functionality such as the option to book dates, displaying availability and an add to calendar function.
1
6
838
Eric
Mar 20, 2018
In Coding with Velo
Hello. This may be a dumb question, I am looking to integrate this platform using Wix Code API. The assemblypayments site states that their API connects to cURL, Ruby, .NET and PHP. Is this compatible with Wix Code API?
1
2
73
Eric
Jan 25, 2018
In Coding with Velo
I am trying to create a mechanism to where our suppliers can submit a bill through their profile page. Then we can quickly pay them by pressing "pay now" or something similar. Has anyone created or come across a solution for this scenario?
0
0
37
Eric
Nov 01, 2017
In Coding with Velo
Apologies if this has already been discussed. I am looking to create a set of check box's that (when selected) store the text value (associated with that check box) in a single collection text field. So for example, if a user selects multiple check box options (shown below), I would like the selected values to populate in a collection via a single text field.
0
1
128
Eric
More actions
bottom of page