I am trying to create a multipage form and would like to create radio buttons that are used as hyperlinks after clicking the submit button. However, my code is not working. Any suggestions?
<form method="post" action=" <?php echo $radiofield; ?> ">
<p><input class="noborder" TYPE="RADIO" NAME="radiofield" VALUE="c3.php"> I would like to be contacted by an account representative.
<p><input class="noborder" TYPE="RADIO" NAME="radiofield" VALUE="c4.php"> I would like to send comments to the web department.</p>
<p><input class="button" TYPE="submit" name="NEXT" VALUE="NEXT"></p>
</form>
Thank you in advance for you help!