change the input type to <input type="text"> and on the page where the processing of the form is, there should be something like the following.
PHP Code:
(isset($_POST['nameOfField']))
change that to put the value of the post directly into a variable. You might need to change more than just that if depending on the structure of your database and the way the query is written. You can PM or post your code and I can help you with it.