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?
Email from Purchase event in Wix Custom Code
Upon integrating Wix with our everflow account upon purchase we have a postback fire from wix to our everflow with some of the data.
Prefill dropboxes based on user selection from prior page
I cannot get the drop-boxes to fill from the users selection on the prior page – can someone help?
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?
Want to add custom div with product id in wix store, using wix site plugin
I created a review app for the Wix store and need to place a div with a dynamic data-id
corresponding to the product ID.
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.