Thread: Help wit Form inputs
Results 1 to 4 of 4
Related
-
Replies: 1
-
required form fields in php page using redirect.php form Forum: PHP Forum
Replies: 1 -
Disable/Enable form features based on form selections Forum: Javascript Forum
Replies: 4 -
Problem with form in IE6 - empty space at end of form Forum: HTML Forum
Replies: 1 -
Multiple Form Inputs Forum: HTML Forum
Replies: 3
-
08-11-2004, 11:57 AM #1
Help wit Form inputs
Ok so i put in the inputs and what not and i put in the radio buttons so do i need to put what they are outside the code? u know like <INPUT TYPE="radio" NAME="blood" VALUE="O"> so that just shows the button right? on the page i mean. so i need to put this?
O: <INPUT TYPE="radio" NAME="blood" VALUE="O"> and it should say o next to the buttton right? is this how its done or is there another way that this is done? thanx
-
08-19-2004, 10:48 AM #2
This would display the text "This is a radio button:" then a selected radio button:
Code:This is a radio button: <input type="radio" value="value1" checked name="radio1">
Code:This is a radio button: <input type="radio" value="value1" name="radio1">
-
08-22-2004, 11:54 PM #3
hey thanx man, i figured it out a while ago but i just learned know from u that u can have already checked buttons kewl man, u can do the same wit check boxes right?
-
08-23-2004, 08:04 AM #4
deadfinger04-
Yup... the 'checked' portion added to your <input /> statement for either a radio button or checkmark box will give it a "checked" status.
Good luck!
-David
Cloudjiffy- PaaS for Developers
10-05-2020, 12:30 AM in Web Hosting Forum