Código PHP:
Ver original<form name="edit" id="edit" action="<?php echo $action; ?>" method="<?php echo $method; ?>">
<input type="hidden" name="idS" value="<?php echo $row_list['id']; ?>">
<a href="#" onclick="document.getElementById('edit').submit()">Enviar formulario</a>
<input type="hidden" name="Edit" value="edit">
</form>
<?php echo( $action ); ?> va sin parentesis no me habia fijado, el formulario lanzdo con ese link funciona lo he ejecutado con exito.... corrige el php y lo intentas.
<form name="edit"
id="edit" action="<?php echo $action; ?>" method="<?php echo $method; ?>"> necessitas el id.