remove autocompetion in contact field
This commit is contained in:
parent
53697a231d
commit
353473819c
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
||||||
<p><input type="text" class="form-control" placeholder="WANN" name="wann" value="<?php echo date("Y-m-d H:i:s");?>"></p>
|
<p><input type="text" class="form-control" placeholder="WANN" name="wann" value="<?php echo date("Y-m-d H:i:s");?>"></p>
|
||||||
<p><input type="text" class="form-control" placeholder="WO" name="wo"></p>
|
<p><input type="text" class="form-control" placeholder="WO" name="wo"></p>
|
||||||
<p><input type="text" class="form-control" placeholder="WAS" name="was"></p>
|
<p><input type="text" class="form-control" placeholder="WAS" name="was"></p>
|
||||||
<p><input type="text" class="form-control" placeholder="KONTAKT" name="contact"></p>
|
<p><input type="text" class="form-control" placeholder="KONTAKT" name="contact" autocomplete="off"></p>
|
||||||
<p><input type="submit" class="form-control"></p>
|
<p><input type="submit" class="form-control"></p>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue