Well I guess this is very simple to do but I cannot find the answer π
Let's say that I have a simple form with inputing just a number id {text} and sending it to my domain main page
I would like the form to add the id to like this mydomain/?r={text} and open it
I tried to put this in the submit or redirect url but it does not work. I also tried
Could you help me ?
Let's say that I have a simple form with inputing just a number id {text} and sending it to my domain main page
I would like the form to add the id to like this mydomain/?r={text} and open it
I tried to put this in the submit or redirect url but it does not work. I also tried
mydomain/?r=<?php echo {text}?>
Could you help me ?