Relative Content

Tag Archive for wixvelo

Refreshing options/repeater if user changes dropdowns

I have a home page where the user selects the State (dropdown#1) and the associated Lake (droopdown#2) then directs them to the repeater page (lake-apparel-showcase) which should show the applicable lake’s products. This page also allows the user to change the State and Lake. It all works until the user decides they want to look at a different State (stateDropdown) and Lake (lakeDropdownd). When the user changes the State, all the lakes in the United States show in the Lake dropdown but it needs to show only applicable lakes associated with state.

Wix enable button

I have the following code and am just trying to enable my button at the bottom (button43) – where am I going wrong?

Wix Conditional Unique dropdown boxes

I have 2 dropdown boxes State and Lake. I want the user to be able to select the state and only the lakes that are applicable are shown in the 2nd dropdown box. The state dropdown works; however, the 2nd dropdown still shows all lakes in the database?

Velo file upload to Collection from upload button problem

my problem is that when I upload a file with the uploadButton it envokes the onChange() which in its turn calls the uploadFiles() and that returns an array of the files. From there I use a variable to store the result and then I get the 1st array element’s fileUrl using this uploadResults[0].fileUrl . So all is good and I get the URL, but upon upload to my Collection when I submit the form, the image does not show up. I have uploaded another image manually, and from what I can see the URL’s have the same format, but one is valid and the other is not. The only difference is that one is uploaded in the Site Files, and the other in Visitor Uploads.

Getting wix contact list from backend function

I am using wix to build a website for an external application that I am building, and I am trying to link them together using wix’s backend functions. I need to be able to access my wix contact list using python, so I am trying to create an http endpoint that will give me access to this list using a python request.