top of page

Forum Posts

amitay1599
Aug 13, 2019
In Coding with Velo
Hey guys! I have a really big problem with my wix booking system. Most of the value that comes from my site is booking more than one hour ( a session ) at once. this option is not available at the moment from wix. - https://support.wix.com/en/article/request-allowing-customers-to-book-multiple-services-at-the-same-time is there any kind of code or somthing that i can solve this big massive issue ? Thank you!!!!!
1
7
2k
amitay1599
Mar 26, 2019
In Coding with Velo
hey guys Hi i have this issue with multi stage form i upload an image of my site and heres the code i coppied how can i apply this to my site? thank you guys // For full API documentation, including code examples, visit http://wix.to/94BuAAs $w.onReady(function () { //TODO: write your page related code here... }); function showPassengers() { $w('#slideshow').changeSlide(0); } function showReviews() { $w('#slideshow').changeSlide(1); } function showConfirmation() { $w('#slideshow').changeSlide(2); } export function buttonConfirmAndContinue_click(event) { //Add your code for this event here: showReviews(); } export function Confirmed(event) { //Add your code for this event here: showConfirmation(); }
multi stage form content media
1
6
215

amitay1599

More actions
bottom of page