私はこれを持っています:
<form method="post" id="kl" action="step2.php">
<input type="radio" name="rubrik" value="bussines"></input>
<input type="radio" name"rubrik" value="private"></input>
<input type="image" value="submit" src="/images/submit.png" alt="Submit" />
</form>
基本的に必要なのは、2番目のラジオボタンがオンになっているときに、フォームを別のファイルであるstep2a.phpに送信することです。これどうやってするの?Jquery、Javascript、php?