Site logo

Archived topic

drop down list

7 replies · Started by Jean on December 17, 2020

Viewing posts 1–8 of 8

Hi,
i want to create a simple dropdown list where you select a topic in the list and redirects to that url just as the good old days where you had.

<select id="cars">
<option value="volvo">Volvo</option>
<option value="saab">Saab</option>
<option value="vw">VW</option>
<option value="audi" selected>Audi</option>
</select>

but i can't find how you can make a clean looking dropdown list

Hi there,

That would require some custom coding or a plugin solution as there is nothing built-in.

Do you have an example to show?

I can try to determine if they are using a certain plugin or not.

thanks for you reply... so there are no built in solution for a drop down list in generatepress? i dont have any coding skills

so there are no built in solution for a drop down list in generatepress?

Unfortunately not.

and if you want to add a drop down list manually with html code can you drag and drop an element next to the text so you can place a dropdown list next to plain text?

Select car: [dropdown list]

Not sure if I fully understand.

Have you tried the solution David recommnended?

We can only help with GP-related issue in this forum unfortunately.

This archived topic is closed to new replies.