Thank you. Might need 10 beers for this one haha!! Will take a look thank you
And last 2 for tonight: (promise!)
- My repeater is pushing my fields out of the way, anyway to ‘float’ above so it doesn’t move them?
- to add the code another input field, would I just add another repeater then duplicate the relevant code sections and add ‘1’ as necessary to differentiate?
eg
export function container2_click(event, $w) {
let place_id1 = $w(“#text65”).text;
set_details(place_id1);
$w(“#repeater3”).collapse();
}
@TailoredWebDesign
Regarding #1: currently, a Repeater always makes space for itself. I would suggest posting a Feature Request .
Hey @TailoredWebDesign,
It’s amazing what a nice cold lager does for the forces of creativity. I was able to work out a way to create a Repeater that displays over other content on the page. Take a look at this forum post for the details.
I hope that does what you want.
Yisrael
@Yisrael, well I must buy you a beer then to keep you rolling!! I think though because my form is all on a box, this won’t work? I have tried it here: https://pete092.wixsite.com/book-the-best/cheap-flights1 on the destination input…
I haven’t managed to add the code to the origin input box yet, maybe you could help me with that when you have time one day?
Also, when i delete text from the search, I would like the repeater to collapse again. Would this be a length = 0 kind of code?
I just add $w(“#repeater1”).collapse(); and $w(“#repeater1”).expand(); to the code in the appropriate places: collapse when I clear the input field, and expand when I have items to display. show() and hide() also do the trick.
What is the clear input field code though?
And any other ideas on the repeater still shoving the other boxes out of the way 
You can either determine if the input field is clear in the input field’s onChange() function, or you can clear it in code $w(“#input1”).value=“”; It really depends on the logic of your code and what you’re trying to do.
Thanks! This seems to work on in my keypress function:
if ($w(‘#Destination’).value === “”)
$w(‘#repeater1’).collapse();
All done and applied to the other input too, thank you so much for your patience help and beers!!
https://pete092.wixsite.com/book-the-best/cheap-flights1
If you come up with an idea for the shoving repeater please let me know!
Have the repeater on another box, then have the box as big as the other box.That way it won’t re-order the fields below.
Hi Yisrael, hope you are well! Have (another) issue sorry!!
On the mobile page the repeaters are on top of everything so you can’t tap the fields underneath. Can you think of any suggestions to make this work? Tried collapsing the box the repeaters are in but that broke the repeaters showing…
https://pete092.wixsite.com/book-the-best/cheap-flights
Thank you!
@TailoredWebDesign Hmm, do you know that I just finished my beer? And now I’m gonna need another one. 
The “viewer” (that is, the thingie that allows the user to actually see the site) changes stuff for mobile. You can change to mobile mode in the editor which allows tweaking and changes specific for mobile.
I’ll take a look and see if there’s anything that jumps out and bites me.
Followup - I used mobile in the editor and it seems to behave just fine. What am I missing.
Yisrael
Very impressive Yisreal! Is it possible to add the street address and other more specific details of the location in the autocomplete?
Hey there Spidey,
Thanks for the kinds words - I’m glad you like the post. The use of autocomplete in this project is merely an example of what can be done. See Google’s documentation on Place Autocomplete for full details on what’s possible and how it’s done.
Have fun,
Yisrael
on the template website, there’s no longer the localisation icon ?
Daniel, I think you’re asking this question in the wrong place. Please contact Wix support team regarding your problem.