0
Good morning, I would like to receive a help, I am beginner in the area of programming. I need to know how to make whatever is selected the radio it calls a certain code.
<form method="POST" action="questoes.php">
<label>Tipo da questão:</label><br>
<input type="radio" name="tipo" value="dissertativa"> Dissertativa <br>
<input type="radio" name="tipo" value="objetiva"> Objetiva <br><br>
<input type="button" name="pergunta" id="pergunta" value="pergunta">
</form>
And what code would that be? a function? does that code run on an HTML page? Have you tested
oninput="minhaFuncao()"
?– Sergio
it’s not clear, you want to make a
if
to execute a code according to the radio value?– Ricardo Pontual