Good morning. By default, and i don't know why, when the page ends the rendering, i get the submit button disabled.
<input type="submit" class="buttonColor" disabled="disabled" id="MyMatrix_ctl10_Form_btnSubmit" value="Enviar" name="MyMatrix$ctl10$Form$btnSubmit">
I need some way to enable it, or else i can't submit the form.
How can i do it?
Thanks.
Edit: I only have access to the code of the render page.