diff --git a/include/staff/ticket-open.inc.php b/include/staff/ticket-open.inc.php index 0b187713399f613dcf2d856cbc5da89086b7b47e..4ec32b3423abb2c4fa424552ec4b6730a8418e9a 100644 --- a/include/staff/ticket-open.inc.php +++ b/include/staff/ticket-open.inc.php @@ -22,7 +22,8 @@ $info=Format::htmlchars(($errors && $_POST)?$_POST:$info); Email Address: </td> <td> - <input type="text" size="30" name="email" id="email" class="typeahead" value="<?php echo $info['email']; ?>" + + <input type="text" size="45" name="email" id="email" class="typeahead" value="<?php echo $info['email']; ?>" autocomplete="off" autocorrect="off" autocapitalize="off"> <span class="error">* <?php echo $errors['email']; ?></span> <?php @@ -38,7 +39,7 @@ $info=Format::htmlchars(($errors && $_POST)?$_POST:$info); Full Name: </td> <td> - <input type="text" size="30" name="name" id="name" value="<?php echo $info['name']; ?>"> + <input type="text" size="45" name="name" id="name" value="<?php echo $info['name']; ?>"> <span class="error">* <?php echo $errors['name']; ?></span> </td> </tr>