Jump to content

mcking_koy

New Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

mcking_koy's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. <?php header('Refresh: 5; URL=http://www.miraculousmedalapostolate.com'); exit(); ?> i dont know what to do with this! i have tried using other hosting and the code was working fine... please help me, i have been stuck on this problem for 2 days now.
  2. Just a quick help here... When you click click this radio button. <input type="radio" name="radio" id="radio_id_card" /> ID Card it will open the form below the radio button. <form> First Name: <input type="text" name="textfield" id="textfield" /> Last Name: <input type="text" name="textfield" id="textfield" /> <input type="submit" id="Send" value="Submit" /> </form> ------------------------------- hope someone can help me... i really have a bad time thinking of ways to do it.. thank you in advance..
  3. <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>
  4. Hi i am working one of my assignment for school.. i just studied php.. my problem is, is it possible to load another form once i clicked a radio button? if its a yes... can you teach me how to do that? thank you!
×
×
  • 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.