Can you tell me how I can make an input work in firefox? I put it that way into an echo, but it does not type anything ... what can it be?
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>';