Re: Doubt about form with select and texfields

2008-09-03 Thread Nuwan Chandrasoma
Hi, You may have to use JavaScript, this will only work at the time of page rendering only. Thanks, Nuwan Francisco Exposito wrote: Hi, I am trying to create a form where I have a select, and depending of my selection, I make visible or not some others textfields in the same page. How c

Doubt about form with select and texfields

2008-09-03 Thread Francisco Exposito
Hi, I am trying to create a form where I have a select, and depending of my selection, I make visible or not some others textfields in the same page. How can I do it? I have this (a test showing a radio or another), but it doesn't work...