el formulario es larguisimo.. son como 110 campos... ya mando los sectores importantes
Código PHP:
<script type="text/javascript">
function habilitar(chk) {
document.forms[0].aceptar.disabled = !chk.checked;
chk.form.action = (chk.checked) ? '/cgi-bin/FormMail.cgi' : '';
}
</script>
en el form
Código PHP:
<form action="<?php echo $editFormAction; ?>" method="post" enctype="multipart/form-data" name="form1" onsubmit="return marcado();" id="formulario">
<input type="checkbox" onclick = "habilitar(this)">
<input type="text" />
<input type="submit" name="aceptar" disabled="disabled"/>