top of page

Forum Posts

arthosmaciel
Dec 17, 2021
In Velo Pro Discussion
I was working with the authentication.register and it work with no problems but then today I keep seeing a error when the user create an accountwhile using the code below. return authentication.register(email, password, options) .then((member) => { console.log('Member registered and waiting for approval:', registrationResult); }) .catch((error) => { // Error keeps appearing: Cannot read properties of null (reading 'member') console.error(error); }) Error msg says: Cannot read properties of null (reading 'member') This doesn't stops the user from creating an account but I cant run the next part of the code because the code keeps catching an error. I need help with this.
0
0
48
arthosmaciel
Aug 17, 2020
In Coding with Velo
Can some help my use the NPM rss-to-json? I add the npm rss-to-json onto my website but I can get it to work correctly I even when to the website to get the npm command but I don't know to convert it into the wix code command. Can anyone show me how?
0
0
19
arthosmaciel
Jul 22, 2020
In Coding with Velo
Is it possible to send a Wix user an email with a file attachment like a CSV file using the Wix template emails with Wix Code?
0
1
139
arthosmaciel
Jul 29, 2019
In Coding with Velo
The problem Im having is when a user fill out all of the fields, no problem the problem is when a user uploads a new pdf docs with the upload button then click submit with the button connected to the dataset on the page, for some reason it after the user save it erases all of the pdf that was already uploaded by the user before. Why does this happen?
0
0
14
arthosmaciel
Jul 16, 2019
In Coding with Velo
I've been trying with code match value I set from the field column (which is tags) from the collection. Checking each field for a matching value within the colum of that person. But I think if there a possible way to run search for a matching value within the tags field, I only know that the tags are being saved as an array to trying to match them is possible?
0
3
53
arthosmaciel
Jul 11, 2019
In Coding with Velo
Is it possible to use a CheckboxGroup as a filter using the value within it? I would like to know if possible?
0
3
149
arthosmaciel
Jul 11, 2019
In Coding with Velo
Im having trouble with the code looking for certain tags words within my collection, does anyone know how to do this? I can have them look for 1 tag but when I tell it to look for the 2nd tag in the same field it cant find it.
1
0
76
arthosmaciel
Aug 23, 2018
In Coding with Velo
Hey I'm make a few added the new wix code store on a website, but for some reason this website my cliente website. I can't get to make it work correctly. 01. It keeps saying that the rating method is null, recommend is alway 100% recommended even when I don't recommand, I dont know why. 02. For some unown reason when the ratings display after it reaches 5 stars it, the star are just empty. 03. The recommended field is alway empty even when I connect. Also this new field appear [productId] where it's suppose to be in the Product next next next over.
Massive Wix Code Store Review Problem content media
0
0
20
arthosmaciel
Aug 22, 2018
In Coding with Velo
I'm add a text element onto a normal box element, the box expands down-words but not side ways, is it possible? Ps. I'm changing the text element with code so that may be the problem?
Is there a way to expand the box side ways? content media
0
1
28
arthosmaciel
Aug 15, 2018
In Coding with Velo
I'm try to see if it's possible to have an html (https Only), to fullscreen src with the website url inside? With just a click of a button, or is this not possible yet?
1
27
6k
arthosmaciel
Jul 19, 2018
In Coding with Velo
Hello, How can I redirect a new member by sending him to the member profile page, so that he can finish filling out the rest of members information that's asked? The code I'm using is the for the Wix Support Page " How to Build Your Own Members Area Using Code ". Link: https://support.wix.com/en/article/how-to-build-your-own-members-area-using-code This would be a huge help, thanks for you're time.
0
6
872
arthosmaciel
May 15, 2018
In Coding with Velo
I'm have a problem with my table, there no value inside of the search box but my sorting I set up on my dataset get broken every time. How can I fix this? It's suppose to be order by N° 002-106
Reset filters for table content media
0
2
183
arthosmaciel
May 14, 2018
In Coding with Velo
I'm having some trouble with my table, after I search an item on my table the sort option that was on the data set is broken instead of showing me = OLD ---> NEW Instead it show = NEW ---> OLD How can I change it back when ever someone searches using the the search box the sort OLD --> NEW, show the item in that order? I've read the setSort, but I still don't understand how it works.
0
2
97
arthosmaciel
May 02, 2018
In Coding with Velo
Hello, for some reason my table element is taking a long time to show the information inside my database. (There's only 4 items within my database) Is there a reason why this is happen I like to know, also this a search code running in the background could that be the problem? Website Link: https://egbertomaciel.wixsite.com/form-demo
Problem with my Table loading time content media
0
3
195
arthosmaciel
Apr 04, 2018
In Coding with Velo
Is there a way to change the design of the default wix login with wix code like the change the button color, text font, etc. When a user click on the login button or is this not available yet? I am using the member profile code from the link bellow... https://support.wix.com/en/article/how-to-create-member-profile-pages-with-wix-code
0
0
108
arthosmaciel
Mar 28, 2018
In Coding with Velo
I was wondering if their's a way to show & hide elements on a specific dynamic page from it's url. I made the code below and was wondering if I'm on the right track? I'm using this page for reference https://www.wix.com/code/reference/wix-location.html $w.onReady(function () { if (wixLocation.prefix === `/Item/5cd3c60e-3181-44bf-854f-5ddc8a6eabee`) { $w('#dropdown1').show(); $w('#text1').show(); $w("#dropdown1").options = [{"label": "Who's on first!", "value": 1}, {"label": "What's on second", "value": 2}, {"label": "I Don't Know is on third", "value": 3} ]; } else{ ($w('#dropdown1').hide()); $w('#text1').hide(); } });
0
5
569
arthosmaciel
Mar 07, 2018
In Coding with Velo
I'm having some trouble when a site members are login out of their account on an a members only page this 403 error appears, is there a way to automatically redirect them so the 403 error doesn't appear for them? I took a look at the wix code api cheet sheat about redirect, but still no working. i would really appreciate the help.
How can I redirect a vistor when they reach an 403 page? content media
2
0
272
arthosmaciel
Feb 23, 2018
In Coding with Velo
I'm having some trouble with Enable & Disable a button if the user didn't fill out the user inputbox(s), I think the disable part is work but I can't enable the button even if they finish filling out the inputboxes... I place a image bellow This the code I'm using... $w.onReady(function () { if ($w('#dropdown1').value === '') { console.log('Gate 01 Closed'); $w('#radioGroup1').value === ''; console.log('Gate 02 Closed'); $w('#input1').value === ''; console.log('Gate 03 Closed'); $w('#button1').disable(); console.log('Order Button is disable'); } else { $w('#dropdown1') === $w('#dropdown1').value; console.log('Gate 01 Opened'); $w('#radioGroup1') === $w('#radioGroup1').value; console.log('Gate 02 Opened'); $w('#input1') === $w('#input1').value; console.log('Gate 03 Opened'); $w('#button1').enable(); console.log('Order Button is enable'); } }); If you can help me, I would appreciate the help.
Enable & Disable a button when user didn't fill out the form content media
0
12
6k
arthosmaciel
Feb 21, 2018
In Coding with Velo
Hello, I was wondering if it's possible to create a search box that does the same thing as the app in the market named "Search Site". Example below... The goal is to have a search box that allows the user to search content from a database without leaving the header, also a dynamic box that shows items related to what they type in the search box, just like how the app works... At least that's the idea. (or at least something similar to the idea) I know I'm asking a lot, is there a solution to this, I would appreciate the help.
A search box that works just like the app Search Site... content media
1
5
581
arthosmaciel
Feb 12, 2018
In Coding with Velo
I'm wondering if it's possible to open a lightbox use the wixLocation code to open the lightbox? Or is there a another way to do so?
0
2
610

arthosmaciel

More actions
bottom of page