Press a button and copy-past the text to a search bar

Hey!

It is possible to create a button(text on the button: “beach”) that when you press it, the text is copied and passed to the search bar?

Cheers

By search bar do you mean like a browser search or a search in a header on your page if it’s on the page you can use a button on click event then use set value on your search bar

2 Likes

I did not think about it, but any option is good if works. Thanks!

What exactly are you using for a search results source? And how is the text on the button generated?

Like this page: https://gofuckingdoit.com/

If you scroll a little bit down, and you press and of the options. The text is copied on the top form.

Well, you can just use the dynamic event for the link/button/image and onclick event set a value to this input.

2 Likes

Sounds good!