• itzik53

    (@itzik53)


    Hi

    i`m looking for solution to send url from the wordpress server side, with information that typed on the client side…

    for example…

    a button on the website, the cline click on it, a text box will open and the text will be send to the server for building the url: https://site.com/textdata={button data}

    but it is very important that the url will be generate on the server and will be sent from the server, so the client want see the complete generated url

    Thanks

    • This topic was modified 2 years ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Everything else WordPress topic
Viewing 2 replies - 1 through 2 (of 2 total)
  • catacaustic

    (@catacaustic)

    To do that server-side, you’ll need to send it to the server via a form and process those values and redirect to that URL.

    You can also do it via AJAX if you want to do something a bit more (fancy).

    Thread Starter itzik53

    (@itzik53)

    Thanks

    i will check it

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to send url on server side’ is closed to new replies.