Hi, I have a search bar in the middle of the home page so visitors can search everything much more easily. I am going to configure it just like any other search bar, but in this one I need that with the keypress the page goes down to show the repeater with the results. How can I do that?
Thanks!
Just setup the repeater so that if there are results for the user’s search, that it then scrolls down to the repeater which then shows the results.
https://www.wix.com/corvid/reference/$w.Repeater.html#scrollTo
To scroll to a set position then use this.
https://www.wix.com/corvid/reference/wix-window.html#scrollTo