deividp
4/22/2019 - 3:43 PM

Template IW Form Radiobutton

<form name="form3" method="post" action="">
	<table><tbody>
	<tr>
      <td width="100%">
      	<label>
      	<input type="radio" name="$evol_fieldname1" value="1">
      	<strong>Descrição da opção 1</strong>
      	</label>
      </td>
    </tr>
    <tr>
    	<td width="100%">
      	<label>
      	<input type="radio" name="$evol_fieldname1" value="2">
      	<strong>Descrição da opção 2</strong>
      	</label>
      </td>
    </tr>
  </tbody></table>
</form>