I have this following login page:
link
It's simple the way I expected, but when I enter any information in the fields (input), the placeholder goes back to the fields when I go to the next field, how could I solve this?
Is it possible to create a input with a place_holder that erases as I type? I did not want it to completely erase when typing a letter, but when I type the first letter, delete the first of place_holder and so on
<input...
How do I create in PHP with the intervention an image server type the Placehold.it?
Like that when I write the HTML tag inside the src I give an address that should return an image.
Ex:
<img src="http://meusite.com/350x150">
I'm having trouble automating a test where I fill in a placeholder and save. When checking what I saved, I verify that the information entered in the field was not made.
<input id="nomeCliente" class="form-control ng-pristine ng-valid ng-to...
I have a Registration / Search Form and now I'm adding the option to edit the fields. For the clerk not to get confused, I wanted to set the placeholder with a PHP variable, via echo . Is it possible to do this?
<div class="inputs">...