set input type
-
salut,
is there a way/hack to make input types of “email” instead of “text” as they are right now?
i tried editing the function input in /helpers/forms.php to
$defaults = array(‘type’ => ’email’, ‘name’ => (( ! is_array($data)) ? $data : ”), ‘value’ => $value);
but this doesn’t seem to do the trick ??any other ideas?
tia,
markus.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘set input type’ is closed to new replies.