Jump to content

[SOLVED] Forms in Forms


TheFilmGod

Recommended Posts

I want to create a form that uses a first set of radio buttons. Depending on the selection more form inputs would be displayed corresponding to the selection... >>>

 

O First Radio Selection

 

          If selected input field shown. Otherwise its grayed out.

 

 

O Second Readio Selection

 

          If selected, input field shown. Otherwise this section is grayed out.

Link to comment
https://forums.phpfreaks.com/topic/62204-solved-forms-in-forms/
Share on other sites

I dunno about the greyed out part...but you could have the input fields hidden initially on page load then use javascript to detect when the radio buttons are selected, with an onclick event.  the javascript function could then change the input field to visible.

 

http://www.js-x.com/page/javascripts__example.html?run=605

 

Just an example of the javascript to detect the onclick events.  if you know a little javascript or do some searching on hiding and displaying elements you can modify it to display your input fields on click.

Link to comment
https://forums.phpfreaks.com/topic/62204-solved-forms-in-forms/#findComment-309632
Share on other sites

LOL..you think you know everything about html...I never came across that before...learned something new...

 

I came across this link that might be helpful

 

http://www.codetoad.com/javascript/enable_disable_form_element.asp

 

EDIT: just to be clear, I wasn't saying that YOU think you know everything about html,,meant myself

Link to comment
https://forums.phpfreaks.com/topic/62204-solved-forms-in-forms/#findComment-309651
Share on other sites

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.