1
I’m inserting form
in the materialize
, but when I test the form and insert a text it looks like they get fucked.
Example: I enter a name in first name but the name is scrambled with the title of form
.
<body>
<div class="row">
<form class="col s12">
<div class="row">
<div class="input-field col s6">
<i class="material-icons prefix">account_circle</i>
<input id="icon_prefix" type="text" class="validate">
<label for="icon_prefix">First Name</label>
</div>
<div class="input-field col s6">
<i class="material-icons prefix">phone</i>
<input id="icon_telephone" type="tel" class="validate">
<label for="icon_telephone">Telephone</label>
</div>
</div>
</form>
</div>
</body>
Hello @virgilionovic I did according to your example and continued the same thing. Have some Js or Jquery?
– Marcos De Barros Azevedo
@Marcosdebarrosazevedo, then, was placed in the section there just above that are the icones, the jQuery, and materialize with the fountains... !!! strange hiem
– novic
very strange. I opened a new html file and gave a control c control v and remained the same.
– Marcos De Barros Azevedo
Now it’s gone! I forgot to close </script> in two snippets of head.
– Marcos De Barros Azevedo