SyntaxFix
Write A Post
Hire A Developer
Questions
Using Jquery and sending the data with ajax, you can solve your problem:
<script> $('#form_id').submit(function() { $("#input_disabled_id").prop('disabled', false); //Rest of code }) </script>