SyntaxFix
Write A Post
Hire A Developer
Questions
If you're happy using JQuery then remove the disabled attribute when submitting the form:
$("form").submit(function() { $("input").removeAttr("disabled"); });