2
Hey, you guys!
I don’t understand Jquery or javascript, only PHP.
I am struggling to create an INPUT 1, which in real time, sends what is being typed to an INPUT 2, without spaces or special characters.
Currently I treat it in PHP.
Example:
<form>
<label>Nome</label>
<input type="text" name="INPUT1">
<!-- Recebe os dados do INPUT 1 sem espaços e caracteres especiais-->
<label>Url</label>
https://meusite.com.br/<input type="text" name="INPUT2">
</form>
I hope I’ve been clear and I’m waiting for help from the community.
"without spaces or special characters" - input1 gets things you want to filter?
– Sergio