Jump to content

Loading another Form after clicking a Radio Button..


mcking_koy

Recommended Posts

<form id="form1" name="form1" method="post" action="">

  <table width="504" border="0" cellspacing="1" cellpadding="1">

    <tr>

      <td colspan="2" align="center">Promoters Info</td>

    </tr>

 

    <tr>

      <td width="180" rowspan="2"> </td>

      <td width="317"><input type="radio" name="radio" id="radio_id_card" />

        ID Card

</td>

     

If ID Card is ticked or clicked....

 

it will load this form....

 

 

<form id="idcard_form" name="form1" method="post" action="">

  <table width="504" border="0" cellspacing="1" cellpadding="1">

    <tr>

      <td colspan="2" align="center">ID Card Form</td>

    </tr>

    <tr>

      <td width="180">Name</td>

      <td width="317">

      <input type="text" name="textfield" id="textfield" />

      </td>

     

    </tr>

    <tr>

      <td width="180">Email</td>

      <td width="317">

      <input type="text" name="textfield" id="textfield" />

      </td>

     

    </tr>

    <tr>

      <td width="180">Tel Number</td>

      <td width="317">

      <input type="text" name="textfield" id="textfield" />

      </td>

     

    </tr>

   

    <tr>

      <td width="180">Cell Number</td>

      <td width="317">

      <input type="text" name="textfield" id="textfield" />

      </td>

     

    </tr>

    <tr>

      <td width="180">Complete Mailing Address</td>

      <td width="317">

      <input type="text" name="textfield" id="textfield" width="300" />

      </td>

     

    </tr>

  </table>

</form>

 

 

    <tr>

      <td width="317"><input type="radio" name="radio" id="radio_greet_card"/>

        Greeting's Card</td>

     

  </tr>

  </table>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.