• Hello Everyone,

    I am just looking for a simple way (maybe a plugin?) to get a value from my page and dynamically put in on an URL string.

    Let’s say on my page I have something like :
    <input value=”X”>

    I want a link that could take this “X” value and put it on an url string.

    Something like : <a href=”www.mysite.com/?[value]”
    —> Return “www.mysite.com/?value=X”

    Knowing that the X is changing according to previous parameters.

    (It is pretty hard to explain for me, please do not hesitate to ask any question to help clarify my explainations…)

    Thanks a lot,

    Ren.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Renodor,
    There is no plugin available to do so. Its a quite simple task.
    What you need can be easily done using jQuery. For that you need to take help of any developer.
    Although I am explaining you a bit, just after page load get the value from the input field and append that to URL. Go through some google search. Hopefully you can make it on your own.
    Thanks

    Thread Starter Renodor

    (@renodor)

    Hello Cedcommerce,

    thanks for your answer.
    Maybe you can help me at least looking the right terms?
    Because I don’t even know what to ask Google…
    I feel that it has something to do with the Php $_GET property but I don’t code so I am a bit lost.

    If you could just help me with some article or recomendation that’ll be great!

    Thanks!

    Ren.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Dynamically add a string to an URL’ is closed to new replies.