• Resolved ZaddKeefer

    (@zaddkeefer)


    I want to put the selected value from the option into my url.. Is this possible by any chance? I want to whenever a user select the “option” to appear it into my url… So I can use it in my wp_query.. Thanks guys!

    Here is the code:
    https://pastebin.com/RUD1HGkJ

Viewing 3 replies - 1 through 3 (of 3 total)
  • It’s easy.

    <form method="get">

    That’s all. ??

    Setting this to get sends the form values as URL parameters instead of sending them as POST values.

    Thread Starter ZaddKeefer

    (@zaddkeefer)

    Thanks for the fast reply, I changed it up quickly but it doesn’t seem to have effect in the url.. It still order by the selections, but does not seem to send it to the url

    Any solution on this? This might be more simple than I know of lol

    Thread Starter ZaddKeefer

    (@zaddkeefer)

    Never mind, it worked out.. I was on the wrong page

    Thanks again

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Put form select into URL’ is closed to new replies.