top of page

Forum Posts

lw.melbourne
Jun 14, 2023
In Coding with Velo
Hi, I need to read the title of a Booking Calendar page, and the title is the name of the Service selected by the member on the previous page. I have used the following two manners: No.1 $w.onReady(() => { let myTitle = $w("#myPage").title; // "Page Title" }) NO.2: import SEO from 'wix-seo'; const title = SEO.title; //Outside of the onReady funciton. However none of them above are working. They both returns the the structural name of the page (in the WIX Editor), NOT the real title displaying at running. Could anyone pllease give an advice? Greatly appreicated. (I don't know why WIX can' fix such a simple problem.)
0
2
17
lw.melbourne
Jun 09, 2023
In Coding with Velo
Hi, I implemented a website using Wix Bookings, and on the page of Booking Form I need to implement some logic basic on different services selected by the member. Does Velo provides a function to return the currently selected Booking service? Cheers
0
2
13
lw.melbourne
Jun 05, 2023
In Coding with Velo
In Wix, I have created and added a form on a page. Now I would like to move this form to another page and still linked to the same Submissions Table, not sure how to do that. I tried to cut this form from the original page, and pasted it on the target page. However after doing that, I can see on the Wix Dashboard a new data collection is created under the Form section, "Registration Form 2", but the original data collection still exists (i.e. "Registration Form"). How can I make the form on the target page still linked to the same collection?
0
1
44
lw.melbourne
Jun 05, 2023
In Coding with Velo
When I created a website form, its "Submissions table" is auto-created as a Wix App collection. Can I connect a webside form to an existing collection that is under the "My Collections" section? I saw someone made that, but not sure how to do?
How to make a form linked to a collection under the "My collections" folder content media
0
0
14
lw.melbourne
Jun 05, 2023
In Coding with Velo
Hi, I created a website form, and gave it a name 'NewIntakeForm'. Then I can see a new Wix App collection with the same name have been created under the Form Section. I am wondering how to access the data of this "NewIntakeForm" collection using velo code? I tried the following but not working at all. wixData.query("Forms/NewIntakeForm").find()
Access data of a Form collection using velo content media
0
0
21
lw.melbourne
Jun 01, 2023
In Coding with Velo
In WIX, when you create a PricePlan, you can connected existing BookingServices to the plan and select the number of sessions. Please refer to the attached screenshot.  Could I know how to write velo code to read the number of sessions of a certain connected service of a given PricePlan, i.e. the number highlighed on the attached screenshot. I have read all the relevant content on WIX online document (see the url link below), but still get no answers. https://www.wix.com/velo/reference/wix-pricing-plans-backend 
How to read the total sessions of a connected service of a PricePlan content media
0
0
1
lw.melbourne
May 28, 2023
In Coding with Velo
Could I know how to read & update the count of sessions of a subscription via velo code?
How to read/update the count of sessions of a Subscription via velo coding content media
0
0
4
lw.melbourne
Feb 05, 2023
In Tips, Tutorials, Examples
Dear All, In my WIX website I need to create an individual page that can accept a POST request with JSON format. The page does NOT need any UI elements, just need to parse the POST request data with JSON format, and then run a backend service. Could I know How to create such as page? In WIX it only allows me create a page as a menu item. I don't want the page title to appear as a menu item. It is an individual page. How to read the POST request data with JSON format? Any answers will be greatly appreciated.
0
1
22
lw.melbourne
Jun 22, 2022
In Site & Page Design
Hi, On my Wix dashboard the "Triggerred Emails" page is stuck and keep loading. It was working fine on yesterday, but since today morning it got stuck. Could I know how to solve that?
"Triggerred Emails" page is stuck and keep loading content media
0
1
14
lw.melbourne
Jun 22, 2022
In Site & Page Design
Hi, This morning when I opened Wix dev mode, a "Left_Tree_Components..." prefix appear anywhere on items. Have anyone got similar situations like that before?
"Left_Tree_Components" prefix appears anywhere on the dev mode content media
0
1
5

lw.melbourne

More actions
bottom of page