Page 1 of 1

Diabling / enabling form elements

Posted: Fri Nov 24, 2006 8:04 am
by hame22
Hi I have a form where a user can select different types of product. Depending on what product they choose certain parts of the form become enabled (extra text boxes).

I was going to do this in javascript though apparentley there are accesibility issues with this.

Can this be achieved through PHP, if so how?

thanks in advance

Posted: Fri Nov 24, 2006 8:10 am
by JayBird
Yes, i can be done, but you would need to keep reloading the page every time a product was chosen

Posted: Fri Nov 24, 2006 8:12 am
by hame22
Was hoping that wasnt ging to be the only option!!

In your view would you use javascript or php route, considering this page is my point of sale?

thanks for your time