I am using the style element to capitalize my form input. When the user types text into the field, it is properly capitalizing their input. However, then when I post to my database, it is no longer capitalized. How can I correct this? Here is my code.
Code:
<td class="formfieldformat">
<input type="text" name="addresslabel" tabindex="3" style="text-transform:capitalize">
</td>