Cita:
Iniciado por freegirl código para añadir una nueva fila respecto al radiobutton:
Código HTML:
<tr> <td height="40">
<label id="legalmsg" for="legal">
<?php echo JText::_( 'Aviso legal' ); ?>:
</label>
</td>
<td>
<input type="radio" id="legal" name="legal" class="inputbox required"><a href="http://www.tuweb.es/pagina-aviso-legal" target="_blank">He leído y acepto las condiciones legales</a> *<br />
</td></tr>
Pues me temo que no funciona.... Deja hacer el registro aunque no se acepten los términos legales.