Jump to content

textbox items display when listbox item selected in php form


sathish16

Recommended Posts

hi, i have a form where a listbox have 2 items.if one item is selected ,then i want to display 5 text boxes and 2 list box under it.if i give inputs in it,then all details should be  wrapped under one field in my mysql database....pls share your suggestions...

Link to comment
Share on other sites

Not sure if I fullyunderstand the question ... but I think what you would need is to put the 5 text boxes and 2 list boxes into a <DIV> with the property "style=visibility:hidden;"

 

use an onChange event with your original listbox to make the <DIV> visible if the certain listbox item is selected.

 

Put the hidden <DIV> inside your form and all the data within it will be submitted along when the form is submitted

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.