Wix Velo Updating Field Value in Collection from Item Onclick
I am trying (and failing) to update a field value in a Collection when a user clicks a button on an item in a repeater tied to that collection. I am able to update the text shown in the item in that repeater but am struggling to get the actual value in the Collection updated. This is my first day using Wix (although not my first day of coding) so pardon my ignorance.
Wix Velo backend call updateSecret does not work as intended
I need to store my API token (to be renewed every hour).
The following code throws the error:
“PERMISSION_DENIED: Permission denied, status: 403”.
I have setup Members Area, secret_id is correct value.
Wix Bookings: Make BookingForm Fields Read Only?
I’m working with a Wix site, coding it using their ‘velo’ api. These is an object called a ‘bookingform’. Whenever a user wants to book a service that the site offers, they must fill out the bookingform. However, the form is pre-populated and I just want to have the fields on the page read-only. Does anyone know how I can affect the elements inside the bookingform?
Wix Velo: Get FormFields to Submit with checkoutBooking?
One of the arguments that needs to be submitted when using checkoutBooking is the FormFields collection object that is based on the Custom Booking Form for the service I want to book. I am gathering the client data for the checkoutBooking from a custom Sign Up form I created myself. When looking at examples, I see that the FormField object should have a key-value pair where the key is the ‘_id’ for each of the fields that the Custom Booking Form uses. I do not know how to obtain these ‘_id’ numbers. In this case, how can I successfully instantiate a FormFields object with the correct information for the service I am booking?
Velo change videobox video file after one play and continue to loop the second video
I’m trying to achieve this functionality on my page using Velo: