top of page

Forum Posts

pingu
Jul 16, 2023
In Coding with Velo
Hey I'm using a google address/places autocomplete field. If you type in an address that doesn't exist, it displays 'no results found'. Is there a way to prevent/hide this? I would prefer it display nothing at all. Thanks pingu
0
1
7
pingu
Jun 02, 2023
In Coding with Velo
I have a textfield. I just don't want them to be able to create a new line. In javascript, it seems this is simple (something like return false; or event.preventDefault(); with the onkeypress event) but I'm not sure how to work it out here.. Any ideas?
0
2
34
pingu
Mar 21, 2023
In Coding with Velo
As far as I’m aware, you can embed google maps and set a location (say your business). Is it possible to instead let users add locations themselves, and by interacting directly with the map (as opposed to typing an address in a textfield first/instead)? For clarity: > Im interested in a functionality similar to that which lets you set a destination location by pressing and holding on any street in the google maps app. > and then showing on the map aggregate/total numbers of pinned locations for the level of zoom youre at (with ability to see the details of each pin to that aggregate) As I write this out it seems to be quite complex/advanced, perhaps beyond the realms of an api, but I guess since Im already here Ill post. For reference, i note hacker noon did something somewhat similar: https://hackernoon.com/integrating-maps-and-geo-queries-in-your-wix-website-using-velo-153u34md But locations werent set by users, by their interactions with the map, and location presentation wasnt aggregated.
0
11
126
pingu
Mar 18, 2023
In Coding with Velo
Anyone else having this issue? Not sure if it's Velo related - I've got so much code it'll be a mission trying to work out if it is. But forms across multiple sites for me have just stopped working. I get the following error on attempted submit: 'Couldn’t submit form due to a temporary issue'
0
4
74
pingu
Jan 16, 2023
In Coding with Velo
There's lots out there on how to trap the enter key input (example links below), but i don't seem to be able to get any of it to work. Just checking this is still feasible (in 2023). Further info: > one addressinput field indeed does recognise the enter key and blurs the field (but copies of that field don't, nor do additional addressinputs that are added in from scatch) > i'm populating form fields with addresinput field content > i've tried re-loading the wix editing preview page, and publishing the page without luck links https://www.wix.com/velo/forum/coding-with-velo/how-to-capture-enter-key-press https://www.wix.com/velo/reference/$w/textinputmixin/onkeypress https://www.wix.com/velo/forum/coding-with-velo/pressing-enter-key-in-user-input-box-to-click-button https://www.wix.com/velo/forum/coding-with-velo/input-onkeypress-function-working-only-after-clicking-away
0
1
26

pingu

More actions
bottom of page