0
Can you tell me how I can make an input work in firefox? I put it that way inside an echo, but I don’t type anything...?
echo '<fieldset>';
echo '<input id="name" type="text" class="form-control join-form" placeholder="Insira aqui o seu CEP">';
echo '</fieldset>';
echo '<font size="5" color="black"><span>* Digitar somente números no CEP</span></font>';
echo '<br />';
echo '<span id="value"></span>';
Are you sure that line of code is being run?
– Sergio
it didn’t all come out..
– Clayton Campos
in my resulted, which is the local server that you are using?
– user45568