Skip to content
Snippets Groups Projects
Commit 449c3764 authored by goujonpa's avatar goujonpa
Browse files

fix

parent c0b0c641
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ class PhoneField extends Field
// Todo, if isset($_POST[$this->name]) && !$this->validate() => Show a error msg explanation for this line.
$html = '<div class="form-group">
<label for="form'.$this->name.'">'.$this->label.'</label>
<input type="tel" name="'.$this->name.'" value="'.$this->value.'">
<input type="tel" class="form-control" name="'.$this->name.'" value="'.$this->value.'">
</div>';
return $html;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment